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

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

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 - 2024 Weber Informatics LLC | Privacy Policy