Skip to content

Commit fbbcc59

Browse files
committed
build: Add publishing script
1 parent bed0ef3 commit fbbcc59

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

publish.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)