mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Gradle Update (#372)
This does a major cleanup on our gradle files, primarily converting all instances of manual dependency downloading to use the correct configuration-based method, which has the advantage of being both less code and more safe.
This commit is contained in:
committed by
Peter Johnson
parent
14b56db99e
commit
d48aac5beb
@@ -18,8 +18,8 @@ def wpilibj = project(':wpilibj')
|
||||
dependencies {
|
||||
compile wpilibj
|
||||
compile files(wpilibj.sourceSets.test.output.classesDir)
|
||||
compile 'edu.wpi.first.wpilib.networktables.java:NetworkTables:+:arm'
|
||||
compile 'edu.wpi.cscore.java:cscore:+:arm'
|
||||
compile ntcoreDep('java', 'arm')
|
||||
compile cscoreDep('java', 'arm')
|
||||
compile 'org.opencv:opencv-java:+'
|
||||
compile 'junit:junit:4.11'
|
||||
compile 'com.googlecode.junit-toolbox:junit-toolbox:2.0'
|
||||
|
||||
Reference in New Issue
Block a user