Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 10, 2025
1 parent 3b6e01f commit 94ee1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ publishing {
}
}

tasks.withType(GenerateModuleMetadata) {
dependsOn jar, shadowJar
}

java {
modularity.inferModulePath = true
withSourcesJar()
Expand Down

0 comments on commit 94ee1aa

Please sign in to comment.