Files
Stirling-PDF/settings.gradle
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
197 B
Groovy
Raw Normal View History

plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
}
2023-06-10 18:04:06 +01:00
rootProject.name = 'Stirling-PDF'