Skip to content

Commit

Permalink
Update gradle-maven-push.gradle
Browse files Browse the repository at this point in the history
Fix build again
  • Loading branch information
athilahs committed Sep 27, 2024
1 parent 5ca7021 commit e1480c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/gradle-maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def artifactoryURL = "https://artifactory.skyscannertools.net/artifactory/infras

task sourceJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
archiveClassifier "source"
archiveClassifier = 'source'
}

afterEvaluate { project ->
Expand Down

0 comments on commit e1480c6

Please sign in to comment.