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:
Fred Silberberg
2016-10-20 23:54:04 -07:00
committed by GitHub
parent 0613f1d182
commit e5e1a1a4d1
16 changed files with 258 additions and 95 deletions

View File

@@ -7,7 +7,7 @@ publishing {
artifact jar
groupId 'org.gazebosim'
artifactId 'JavaGazebo'
version '0.1.0-SNAPSHOT'
version WPILibVersion.version
}
}
setupWpilibRepo(it)