settings.gradle 404 B

12345678
  1. plugins {
  2. // Applies the foojay-resolver plugin to allow automatic download of JDKs.
  3. id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
  4. }
  5. // A list of which subprojects to load as part of the same larger project.
  6. // You can remove Strings from the list and reload the Gradle project
  7. // if you want to temporarily disable a subproject.
  8. include 'lwjgl3', 'server', 'shared', 'core'