Skip to content

Commit 74a23c8

Browse files
authored
Update publish plugin (#29)
1 parent 18dfe52 commit 74a23c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import org.gradle.internal.os.OperatingSystem;
33
plugins {
44
id 'java-gradle-plugin'
55
id 'maven-publish'
6-
id "com.gradle.plugin-publish" version "1.2.1"
6+
id "com.gradle.plugin-publish" version "1.3.0"
77
}
88

99
group 'edu.wpi.first'
10-
version '2.0.0'
10+
version '2.0.1'
1111

1212
if (project.hasProperty('publishVersion')) {
1313
version = project.publishVersion

0 commit comments

Comments
 (0)