Skip to content

Commit 8069ac4

Browse files
committed
Add maven publish plugin
1 parent c6d15ee commit 8069ac4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id "edu.wpi.first.GradleRIO" version "2022.1.1"
33
id "java-library"
4+
id "maven-publish"
45
}
56

67
sourceCompatibility = JavaVersion.VERSION_11
@@ -28,10 +29,6 @@ dependencies {
2829
testImplementation "org.mockito:mockito-core:1.+"
2930
}
3031

31-
wrapper {
32-
gradleVersion = '5.0'
33-
}
34-
3532
jar {
3633
from sourceSets.main.allSource
3734
}

0 commit comments

Comments
 (0)