Inceptum/settings.gradle.kts

22 lines
467 B
Plaintext
Raw Normal View History

2022-10-13 19:37:35 +02:00
pluginManagement {
repositories {
2022-11-03 15:39:44 +01:00
maven("https://maven.frohnmeyer-wds.de/artifacts")
2022-10-13 19:37:35 +02:00
gradlePluginPortal()
}
plugins {
id("jf.codegen") version "1.1-SNAPSHOT"
id("jf.autoversion") version "1.1-SNAPSHOT"
2022-10-13 19:37:35 +02:00
}
}
rootProject.name = "Inceptum"
include("common")
include("wrapper")
include("launcher")
2022-09-04 21:21:24 +02:00
include("launcher-cli")
include("launcher-imgui")
include("launcher-dist")
include("launchwrapper")
include("launcher-gtk")