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

rsystems.gradle.plugins.lis-gradle-common-plugins.0.1.4.source-code.com.link-intersystems.gradle-project.gradle.kts Maven / Gradle / Ivy

The newest version!
plugins {
    `java-library`
}

java {
    toolchain {
        languageVersion = JavaLanguageVersion.of(11)
    }

    withSourcesJar()
    withJavadocJar()
}

tasks.withType {
    filesMatching("**/*") {
        expand(project.properties)
    }
}

tasks.test {
    useJUnitPlatform()
}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy