You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ Creates a jar and runs all tests.
28
28
29
29
Builds and runs all tests.
30
30
31
-
./gradlew install
31
+
./gradlew publishToMavenLocal
32
32
33
33
Builds and installs a new jar in the local Maven repository.
34
34
35
-
./gradlew uploadArchives
35
+
./gradlew publish
36
36
37
37
Builds and uploads a new jar to the remote Maven repository. Requires environment variables be set. Check version information in build.gradle before running.
0 commit comments