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 18dfe52 commit 74a23c8Copy full SHA for 74a23c8
build.gradle
@@ -3,11 +3,11 @@ import org.gradle.internal.os.OperatingSystem;
3
plugins {
4
id 'java-gradle-plugin'
5
id 'maven-publish'
6
- id "com.gradle.plugin-publish" version "1.2.1"
+ id "com.gradle.plugin-publish" version "1.3.0"
7
}
8
9
group 'edu.wpi.first'
10
-version '2.0.0'
+version '2.0.1'
11
12
if (project.hasProperty('publishVersion')) {
13
version = project.publishVersion
0 commit comments