-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
22 lines (20 loc) · 710 Bytes
/
Copy pathsettings.gradle.kts
File metadata and controls
22 lines (20 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/9.5.1/userguide/multi_project_builds.html in the Gradle documentation.
*/
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 = "SpinyGUI"
include(
"spinygui",
"spinygui.core",
"spinygui.core.backend",
"spinygui.core.backend.lwjgl.nanovg",
"spinygui.benchmark",
"spinygui.demo.simple",
"spinygui.demo.complex"
)