com.bselzer.gradle.internal.maven.publish.plugin.GradleProperty.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-publish-plugin Show documentation
Show all versions of maven-publish-plugin Show documentation
Internal publishing to Maven Central.
The newest version!
package com.bselzer.gradle.internal.maven.publish.plugin
internal object GradleProperty {
const val MAVEN_CENTRAL_USERNAME = "mavenCentralUsername"
const val MAVEN_CENTRAL_PASSWORD = "mavenCentralPassword"
const val SIGNING_KEY_ID = "signingInMemoryKeyId"
const val SIGNING_KEY = "signingInMemoryKey"
const val SIGNING_PASSWORD = "signingInMemoryKeyPassword"
const val SIGNING_ENABLED = "RELEASE_SIGNING_ENABLED"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy