Skip to content

Commit

Permalink
Debug Android release (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Feb 26, 2024
1 parent 61a4790 commit 9e8837b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/get-pr-number/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
artifact-name: pr-number

- run: touch ./pr_number
shell: bash

- id: cat
run: echo pr-number="$(cat ./pr_number)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion platform/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ run-android-test-app-center:
# Uploads the compiled Android SDK to Maven Central Staging
.PHONY: run-android-publish
run-android-publish:
$(MLN_ANDROID_GRADLE_SINGLE_JOB) -Pmapbox.abis=all :MapboxGLAndroidSDK:publishReleasePublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
$(MLN_ANDROID_GRADLE_SINGLE_JOB) --debug -Pmapbox.abis=all :MapboxGLAndroidSDK:publishReleasePublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository

# Dump system graphics information for the test app
.PHONY: android-gfxinfo
Expand Down
2 changes: 1 addition & 1 deletion platform/android/gradle/gradle-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ afterEvaluate {
artifactId project.ext.mapLibreArtifactId
version this.version

from components.legacyRelease
from components.drawableRelease

artifact androidSourcesJar
artifact androidJavadocsJar
Expand Down

0 comments on commit 9e8837b

Please sign in to comment.