archetype-resources.buildSrc.build.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
plugins {
// Support convention plugins written in Kotlin. Convention plugins are build scripts in 'src/main' that automatically become available as plugins in the main build.
`kotlin-dsl`
}
repositories {
mavenCentral()
// Use the plugin portal to apply community plugins in convention plugins.
gradlePluginPortal()
}
dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy