Stirling-PDF/settings.gradle
Dario Ghunney Ware 4f7e47cf29 renamed module: enterprise > proprietary
updating paths (DOCKER_SECURITY_ENABLE > ADDITIONAL_FEATURES)
2025-06-09 12:19:19 +01:00

8 lines
245 B
Groovy

plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
rootProject.name = 'Stirling-PDF'
include 'stirling-pdf', 'common', 'proprietary'