2022-11-01 18:09:26 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
plugins {
|
2023-01-21 11:29:08 +01:00
|
|
|
id("jf.maven-publish") version "1.3-SNAPSHOT"
|
|
|
|
id("jf.manifold") version "1.3-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")
|
2022-11-19 00:41:07 +01:00
|
|
|
include("gson-compile-example-manifold")
|
2022-12-13 23:04:41 +01:00
|
|
|
include("gson-compile-processor-core")
|