aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorRubbaBoy <[email protected]>2020-07-07 01:34:34 -0400
committerPhil Burk <[email protected]>2020-10-30 11:19:34 -0700
commitf88eb02b61ecdfad334582f1ae5b1178a06671ce (patch)
treeb7ef66936fe46529470ca82d9f055b36c3e09520 /DEVELOPING.md
parent46c93bf04a5a6a2ad24be9bcf47581dd75a9232e (diff)
Removed shadow jar
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 5dc7202..804a28b 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -17,7 +17,7 @@ With the new inclusion of Gradle replacing ant (bye bye 2014) this brings some m
### Building Jar
```
-./gradlew shadowJar
+./gradlew jar
```
### Publish To Maven Local