aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING.md
diff options
context:
space:
mode:
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