Skip to content

Commit

Permalink
AGP publish bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Dec 10, 2021
1 parent 2cf905f commit 301a515
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
with:
java-version: '11'
- name: Build with Gradle
run: ./gradlew publish
run: |
sed -i '/withSourcesJar()/d' library/build.gradle
./gradlew publishToMavenLocal
git reset --hard HEAD
./gradlew publish
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.signingKey }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.signingPassword }}
Expand Down

0 comments on commit 301a515

Please sign in to comment.