Skip to content

Commit

Permalink
Make client:sourcesJar depend on generateProto task (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakn7 authored Mar 8, 2024
1 parent 1c534fe commit ba4ab9c
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 ba4ab9c

Please sign in to comment.