gson-compile/settings.gradle.kts

16 lines
368 B
Plaintext

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