lib/hotplate/java/build.gradle in hotplate-0.0.4 vs lib/hotplate/java/build.gradle in hotplate-0.0.5
- old
+ new
@@ -29,10 +29,10 @@
}
}
gradlerio.team = "%%TEAM" //Your FRC team number (e.g. 5333 for team 'Can't C#', or 47 for Chief Delphi)
//gradlerio.rioIP = "10.53.33.20" //Uncomment to specify the IP address of the RIO
-gradlerio.deployFile = "toast/modules/${archivesBaseName}"
+gradlerio.deployFile = "toast/modules/${archivesBaseName}.jar"
dependencies {
compile group: 'jaci.openrio.toast', name: 'Toast', version: '+' //Change this line to update Toast
}