Make java examples independent by adding GradleRIO version (#1158)

This commit is contained in:
DeltaDizzy
2024-01-20 18:45:29 -06:00
committed by GitHub
parent 5f591a51c4
commit 644c162834
12 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO"
id "edu.wpi.first.GradleRIO" version "2024.1.1"
}
sourceCompatibility = JavaVersion.VERSION_11