Skip to content

Commit

Permalink
Introduce explicit dependency for quarkus:sourcesJar (open-telemetry#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai authored and LironKS committed Oct 31, 2022
1 parent 5465b91 commit aff83dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smoke-tests/images/quarkus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ tasks {
withType<JibTask>().configureEach {
dependsOn(quarkusBuild)
}

sourcesJar {
dependsOn(quarkusGenerateCode)
}
}

0 comments on commit aff83dd

Please sign in to comment.