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

kotlin-wiremock.build.gradle.kts.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "{{groupId}}"
version = "{{artifactVersion}}"

tasks.wrapper {
    gradleVersion = "8.7"
}

plugins {
    alias(libs.plugins.kotlin.jvm)
}

tasks.withType {
    kotlinOptions.jvmTarget = "11"
}

dependencies {
    implementation(libs.wiremock)
    implementation(libs.jackson.databind)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy