Inceptum/settings.gradle.kts
JFronny 705f4182aa
Some checks failed
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
Adjust paths
2022-11-03 15:39:44 +01:00

22 lines
467 B
Plaintext

pluginManagement {
repositories {
maven("https://maven.frohnmeyer-wds.de/artifacts")
gradlePluginPortal()
}
plugins {
id("jf.codegen") version "1.1-SNAPSHOT"
id("jf.autoversion") version "1.1-SNAPSHOT"
}
}
rootProject.name = "Inceptum"
include("common")
include("wrapper")
include("launcher")
include("launcher-cli")
include("launcher-imgui")
include("launcher-dist")
include("launchwrapper")
include("launcher-gtk")