Skip to content

Commit

Permalink
Attempt to fix release (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 11, 2024
1 parent e977d66 commit 16c3b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion platform/android/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {
appcenter : '1.5',
commonsIO : '2.11.0',
assertj : '3.23.1',
gradleNexus : "1.1.0",
gradleNexus : "2.0.0",
multidex : "2.0.1"
]

Expand Down
5 changes: 1 addition & 4 deletions platform/android/gradle/gradle-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ afterEvaluate {
artifactId project.ext.mapLibreArtifactId
version this.version

from components.release

artifact androidSourcesJar
artifact androidJavadocsJar
from components.release

pom {
name = project.ext.mapLibreArtifactTitle
Expand Down

0 comments on commit 16c3b39

Please sign in to comment.