Java Platform
To be used for java-platforms projects. Applying this creates a publication for the component called javaPlatform.
Equivalent Gradle set up:
publishing {
publications {
maven(MavenPublication) {
from components.javaPlatform
}
}
}Content copied to clipboard