Skip to content

Commit

Permalink
Merge pull request #14 from 2BAB/dev
Browse files Browse the repository at this point in the history
fix: the new publish plugin require a different command
  • Loading branch information
2BAB committed Dec 25, 2023
2 parents 004c63e + 13460e1 commit 5a2afbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash

# Keep the order as followed one may depend on previous one
MODULE_ARRAY=('android-arsc-parser' 'android-manifest-parser' 'polyfill-backport' 'polyfill')
MODULE_ARRAY=('android-arsc-parser' 'android-manifest-parser' 'polyfill-backport')
for module in "${MODULE_ARRAY[@]}"
do
./gradlew :"$module":publishPolyfillArtifactPublicationToSonatypeRepository
done

./gradlew :polyfill:publishPluginMavenPublicationToSonatypeRepository
./gradlew aggregateJars releaseArtifactsToGithub

0 comments on commit 5a2afbb

Please sign in to comment.