gson-compile/settings.gradle.kts

18 lines
458 B
Plaintext
Raw Normal View History

2022-11-01 18:09:26 +01:00
pluginManagement {
repositories {
maven("https://maven.frohnmeyer-wds.de/artifacts")
mavenCentral()
}
plugins {
2022-11-13 12:38:03 +01:00
id("jf.maven-publish") version "1.2-SNAPSHOT"
2022-11-24 20:35:28 +01:00
id("jf.manifold") version "1.2-SNAPSHOT"
2022-11-01 18:09:26 +01:00
}
}
2022-10-31 20:52:48 +01:00
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")