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 c0077f5 commit 8fd6a0bCopy full SHA for 8fd6a0b
scripts/release.sh
@@ -0,0 +1,4 @@
1
+# This simplifies the release process of this project.
2
+# This basically just calls the "allPublish" task but disables parallel executions, because it may cause some strange errors.
3
+
4
+./gradlew allPublish --no-parallel
0 commit comments