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 'common' if (System.getenv('ADDITIONAL_FEATURES') == 'true') { include 'proprietary' }