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 7f1f999 commit d155614Copy full SHA for d155614
publishing/PUBLISHING.md
@@ -14,6 +14,7 @@ for f in *.jar *.pom; do
14
md5sum "$f" | awk '{print $1}' > "$f.md5"
15
sha1sum "$f" | awk '{print $1}' > "$f.sha1"
16
done
17
+
18
```
19
Copy all generated files to `io/github/dannemann/java-string-compressor/<VERSION>/` and compress it.</br>
20
Name it: `java-string-compressor-<VERSION>.zip`
0 commit comments