Files
Stirling-PDF/settings.gradle
T

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

8 lines
245 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 '1.0.0'
}
rootProject.name = 'Stirling PDF'
2025-05-27 13:01:52 +01:00
2025-06-09 12:51:41 +01:00
include 'stirling-pdf', 'common', 'proprietary'