rsystems.gradle.plugins.lis-gradle-common-plugins.0.1.4.source-code.com.link-intersystems.gradle-platform.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-platform`
id("com.link-intersystems.gradle.published-artifact")
}
publishing {
publications {
create("javaPlatform") {
from(components["javaPlatform"])
}
}
}