2025-04-27 17:17:07 +02:00
|
|
|
plugins {
|
|
|
|
|
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
2025-05-20 11:58:23 +01:00
|
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
|
2025-04-27 17:17:07 +02:00
|
|
|
}
|
2023-06-10 18:04:06 +01:00
|
|
|
rootProject.name = 'Stirling-PDF'
|
2025-05-27 13:01:52 +01:00
|
|
|
|
|
|
|
|
include 'common'
|