archetype-resources.settings.gradle.kts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-plt-stream-project-archetype
Show all versions of kotlin-plt-stream-project-archetype
kotlin platform stream with spring-cloud project archetype
rootProject.name = "${artifactId}"
include(
"${artifactId}-publisher",
"${artifactId}-stream"
)
rootProject.children.forEach {
it.name = it.name.replace("/", "-")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy