Skip to content

Commit

Permalink
hopefully not needed anymore, attempt to fix android publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Nov 23, 2023
1 parent 9ccd41d commit d9560b4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ configure([
from components.release
}

versionMapping {
usage('java-api') {
fromResolutionOf('runtimeClasspath')
}
usage('java-runtime') {
fromResolutionResult()
}
}

pom {
name = POM_NAME
if(!POM_DESCRIPTION.isEmpty())
Expand Down

0 comments on commit d9560b4

Please sign in to comment.