Update build.gradle

This commit is contained in:
Anthony Stirling 2025-07-07 17:12:39 +01:00 committed by GitHub
parent 25ee2cc9fe
commit a69a25689a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,10 @@ tasks.register('writeVersion') {
} }
} }
tasks.named('createExe') {
dependsOn(":stirling-pdf:bootJar")
}
subprojects { subprojects {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'java-library' apply plugin: 'java-library'