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

archetype-resources.buildSrc.build.gradle.kts Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
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