Stirling-PDF/settings.gradle
Dario Ghunney Ware 51e86d9c65 renaming module
2025-04-29 13:19:17 +01:00

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