mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-21 23:15:03 +00:00
12 lines
298 B
Groovy
12 lines
298 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 'common'
|
|
|
|
if (System.getenv('ADDITIONAL_FEATURES') == 'true') {
|
|
include 'proprietary'
|
|
}
|