gson-compile/settings.gradle.kts
JFronny b46ccd5574
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Experiment with manifold extension methods
2022-11-19 00:41:07 +01:00

17 lines
409 B
Plaintext

pluginManagement {
repositories {
maven("https://maven.frohnmeyer-wds.de/artifacts")
mavenCentral()
}
plugins {
id("jf.maven-publish") 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")