aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
blob: 11d198322c8ed424f540591f5e76cb35d33ef5b5 (plain) (blame)
1
2
3
4
5
6
7
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'