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 f44f4b0 commit 8cf6c77Copy full SHA for 8cf6c77
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
path: geopackage-android
48
- name: Build Android with Gradle
49
working-directory: geopackage-android
50
- run: ./gradlew publishToMavenLocal -x lint
+ run: ./gradlew publishToMavenLocal -x signMavenPublication -x lint
51
- name: Checkout Repository
52
uses: actions/checkout@v3
53
- name: Build with Gradle
0 commit comments