Stirling-PDF/settings.gradle
Dario Ghunney Ware 7d4baf22dc renaming module
2025-05-22 08:23:09 +01:00

12 lines
319 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 'common', 'enterprise'
//if (System.getenv('DOCKER_ENABLE_SECURITY') == 'true') {
// include 'enterprise'
//}