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 bcf42cc commit c53cd44Copy full SHA for c53cd44
build.gradle
@@ -6,12 +6,12 @@ plugins {
6
id "maven-publish"
7
id "org.jetbrains.kotlin.jvm" version "1.7.21"
8
id "com.google.devtools.ksp" version "1.7.21-1.0.8"
9
- id "edu.wpi.first.GradleRIO" version "2024.1.1"
+ id "edu.wpi.first.GradleRIO" version "2024.2.1"
10
id "com.diffplug.spotless" version "6.12.1"
11
}
12
13
group = "org.strykeforce"
14
-version = "24.0.1-SNAPSHOT"
+version = "24.0.1"
15
16
sourceCompatibility = JavaVersion.VERSION_17
17
targetCompatibility = JavaVersion.VERSION_17
0 commit comments