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