remove rootproject diable

This commit is contained in:
Anthony Stirling 2025-07-07 17:19:02 +01:00
parent a69a25689a
commit 1bd632a102

View File

@ -94,9 +94,11 @@ subprojects {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17
} }
if (project.name != "stirling-pdf") {
bootJar { bootJar {
enabled = false enabled = false
} }
}
repositories { repositories {
mavenCentral() mavenCentral()