Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
athilahs committed Sep 27, 2024
1 parent 8a89ff8 commit 5ca7021
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
classifier "source"
archiveClassifier "source"
}

afterEvaluate { project ->
Expand Down

0 comments on commit 5ca7021

Please sign in to comment.