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 bed0ef3 commit fbbcc59Copy full SHA for fbbcc59
publish.sh
@@ -0,0 +1,14 @@
1
+#!/usr/bin/env bash
2
+# TODO: Configure publishing from CI
3
+
4
+set -e
5
6
+# Publication to OSSRH should not be run in parallel
7
+./gradlew :infrastructure-common:publish
8
+./gradlew :infrastructure-publish:publish
9
+./gradlew :infrastructure-detekt:publish
10
+./gradlew :infrastructure-kotlin:publish
11
+./gradlew :infrastructure-android:publish
12
13
+# Publication to Gradle Plugins Portal
14
+./gradlew publishPlugins
0 commit comments