diff --git a/build.gradle b/build.gradle index 681f084..7787fe3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "edu.wpi.first.GradleRIO" version "2024.3.2" - id "com.peterabeles.gversion" version "1.10.2" + id "com.peterabeles.gversion" version "1.10.3" // One of the dumb things about IDEA is that it doesn't download sources and javadoc by default // and you can't do it from the UI like you can with Maven.