mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Force OpenCV to 3.1.0 (#602)
Will break otherwise when I push a new version
This commit is contained in:
committed by
Peter Johnson
parent
d682295ccd
commit
50ed55e8e2
@@ -18,8 +18,8 @@ dependencies {
|
||||
athenaRuntime ntcoreDep('java', 'arm')
|
||||
athenaCompile cscoreDep('java', 'arm')
|
||||
athenaRuntime cscoreDep('java', 'arm')
|
||||
athenaCompile 'org.opencv:opencv-java:+'
|
||||
athenaRuntime 'org.opencv:opencv-java:+'
|
||||
athenaCompile 'org.opencv:opencv-java:3.1.0'
|
||||
athenaRuntime 'org.opencv:opencv-java:3.1.0'
|
||||
doc ntcoreDep('java', 'sources')
|
||||
doc cscoreDep('java', 'sources')
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies {
|
||||
compile files(wpilibj.sourceSets.test.output.classesDir)
|
||||
compile ntcoreDep('java', 'arm')
|
||||
compile cscoreDep('java', 'arm')
|
||||
compile 'org.opencv:opencv-java:+'
|
||||
compile 'org.opencv:opencv-java:3.1.0'
|
||||
compile 'junit:junit:4.11'
|
||||
compile 'com.googlecode.junit-toolbox:junit-toolbox:2.0'
|
||||
compile 'org.apache.ant:ant:1.9.4'
|
||||
|
||||
Reference in New Issue
Block a user