Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Depend on wpiutil 3.+ rather than just +. (#235)
Browse files Browse the repository at this point in the history
Also update to wpilib-version-plugin 2.0.
  • Loading branch information
PeterJohnson authored Oct 1, 2017
1 parent 1f18cc5 commit 303df62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
dependencies {
classpath 'gradle.plugin.edu.wpi.first:native-utils:1.2.9'
classpath 'gradle.plugin.edu.wpi.first.wpilib.versioning:wpilib-version-plugin:1.6'
classpath 'gradle.plugin.edu.wpi.first.wpilib.versioning:wpilib-version-plugin:2.0'
}
}

Expand Down Expand Up @@ -78,10 +78,10 @@ build.dependsOn devClasses


dependencies {
compile 'edu.wpi.first.wpiutil:wpiutil-java:+'
compile 'edu.wpi.first.wpiutil:wpiutil-java:3.+'
testCompile 'junit:junit:4.12'
testRuntime files(project(':').nativeTestFilesJar.archivePath)
devCompile 'edu.wpi.first.wpiutil:wpiutil-java:+'
devCompile 'edu.wpi.first.wpiutil:wpiutil-java:3.+'
devCompile sourceSets.main.output
devRuntime files(project(':').nativeTestFilesJar.archivePath)
}
Expand Down Expand Up @@ -138,7 +138,7 @@ model {
artifactId = 'wpiutil-cpp'
headerClassifier = 'headers'
ext = 'zip'
version = '+'
version = '3.+'
sharedConfigs = [ ntcore: [],
ntcoreDev: [],
ntcoreTestingBaseTest: [] ]
Expand Down

0 comments on commit 303df62

Please sign in to comment.