Stirling-PDF/settings.gradle
Anthony Stirling 84a2bc7ef8 team stuff
2025-06-09 00:32:45 +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'