mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Moved version generation to the WPILib versioning plugin. (#277)
* Moved version generation to the WPILib versioning plugin. This also moves ntcore and wpilib to the latest available version. * Fixed description string. * Gave full path for ignored files.
This commit is contained in:
@@ -7,7 +7,7 @@ publishing {
|
||||
artifact jar
|
||||
groupId 'org.gazebosim'
|
||||
artifactId 'JavaGazebo'
|
||||
version '0.1.0-SNAPSHOT'
|
||||
version WPILibVersion.version
|
||||
}
|
||||
}
|
||||
setupWpilibRepo(it)
|
||||
|
||||
Reference in New Issue
Block a user