Introduce explicit dependency for quarkus:sourcesJar (#6769)

Fixes #6768
This commit is contained in:
Aaron Ai 2022-09-28 17:04:48 +08:00 committed by GitHub
parent e526338fc3
commit bd6831ca43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -54,4 +54,8 @@ tasks {
withType<JibTask>().configureEach {
dependsOn(quarkusBuild)
}
sourcesJar {
dependsOn(quarkusGenerateCode)
}
}