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 c6d15ee commit 8069ac4Copy full SHA for 8069ac4
build.gradle
@@ -1,6 +1,7 @@
1
plugins {
2
id "edu.wpi.first.GradleRIO" version "2022.1.1"
3
id "java-library"
4
+ id "maven-publish"
5
}
6
7
sourceCompatibility = JavaVersion.VERSION_11
@@ -28,10 +29,6 @@ dependencies {
28
29
testImplementation "org.mockito:mockito-core:1.+"
30
31
-wrapper {
32
- gradleVersion = '5.0'
33
-}
34
-
35
jar {
36
from sourceSets.main.allSource
37
0 commit comments