Files

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

8 lines
214 B
Groovy
Raw Permalink Normal View History

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