Stirling-PDF/settings.gradle
2025-05-17 18:45:40 +01:00

12 lines
314 B
Groovy

plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
}
rootProject.name = 'Stirling-PDF'
include 'stirling-pdf', 'common'
if (System.getenv('ADDITIONAL_FEATURES') == 'true') {
include 'proprietary'
}