rsystems.gradle.plugins.lis-gradle-common-plugins.0.1.4.source-code.com.link-intersystems.gradle-project.gradle.kts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lis-gradle-common-plugins Show documentation
Show all versions of lis-gradle-common-plugins Show documentation
Plugins to deploy libraries to the maven central repository.
The newest version!
plugins {
`java-library`
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
withSourcesJar()
withJavadocJar()
}
tasks.withType {
filesMatching("**/*") {
expand(project.properties)
}
}
tasks.test {
useJUnitPlatform()
}