diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-22 14:48:06 -0800 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-22 14:48:06 -0800 |
| commit | c9c7e69714707262e8bdea25853bf33447a57951 (patch) | |
| tree | 6d1e4b317c7e5896be5d719649c4b6c4df09a93f /settings.gradle | |
| download | dyl-c9c7e69714707262e8bdea25853bf33447a57951.tar.gz dyl-c9c7e69714707262e8bdea25853bf33447a57951.zip | |
Initialization
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..11d1983 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,8 @@ +plugins { + // Applies the foojay-resolver plugin to allow automatic download of JDKs. + id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" +} +// A list of which subprojects to load as part of the same larger project. +// You can remove Strings from the list and reload the Gradle project +// if you want to temporarily disable a subproject. +include 'lwjgl3', 'core' |
