We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e45176 commit 70d8e14Copy full SHA for 70d8e14
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "edu.wpi.first.GradleRIO" version "2022.1.1"
+ id "edu.wpi.first.GradleRIO" version "2022.4.1"
3
id "java-library"
4
id "maven-publish"
5
}
@@ -9,7 +9,7 @@ targetCompatibility = JavaVersion.VERSION_11
9
def includeDesktopSupport = true
10
11
group 'com.thegongoliers'
12
-version '6.0.0-beta03'
+version '6.0.0'
13
14
15
publishing {
0 commit comments