gson-compile/settings.gradle.kts
JFronny 554fe8f8a7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Split value processing into gson-compile-processor-core for use in other projects
2022-12-13 23:04:41 +01:00

19 lines
497 B
Plaintext

pluginManagement {
repositories {
maven("https://maven.frohnmeyer-wds.de/artifacts")
mavenCentral()
}
plugins {
id("jf.maven-publish") version "1.2-SNAPSHOT"
id("jf.manifold") version "1.2-SNAPSHOT"
}
}
rootProject.name = "gson-compile"
include("gson-compile-core")
include("gson-compile-processor")
include("gson-compile-annotations")
include("gson-compile-example")
include("gson-compile-example-manifold")
include("gson-compile-processor-core")