All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.settings.gradle.kts Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
rootProject.name = "${artifactId}"

include(
    "${artifactId}-publisher",
    "${artifactId}-stream"
)

rootProject.children.forEach {
    it.name = it.name.replace("/", "-")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy