Stirling-PDF/settings.gradle
Dario Ghunney Ware 3831158717 renaming module
2025-05-27 12:37:33 +01:00

8 lines
214 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'