Skip to content

Commit

Permalink
Add gradle task dependency to fix publish (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprudhomme authored Mar 21, 2024
1 parent a835a9e commit 8d26755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clientlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ task javadocsJar(type: Jar) {
}

task sourcesJar(type: Jar) {
dependsOn "generateProto"
archiveClassifier = 'sources'
from sourceSets.main.java.srcDirs
}
Expand Down

0 comments on commit 8d26755

Please sign in to comment.