Skip to content

Commit

Permalink
Update publishing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
noties committed Apr 24, 2022
1 parent 34ff007 commit 6fb0fc8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@ if (isRelease || isSnapshot) {
it.version version

pom {
name POM_NAME
packaging POM_PACKAGING
description POM_DESCRIPTION
url POM_URL
name = POM_NAME
packaging = POM_PACKAGING
description = POM_DESCRIPTION
url = POM_URL

scm {
url POM_SCM_URL
connection POM_SCM_CONNECTION
developerConnection POM_SCM_DEV_CONNECTION
url = POM_SCM_URL
connection = POM_SCM_CONNECTION
developerConnection = POM_SCM_DEV_CONNECTION
}

licenses {
license {
name POM_LICENCE_NAME
url POM_LICENCE_URL
distribution POM_LICENCE_DIST
name = POM_LICENCE_NAME
url = POM_LICENCE_URL
distribution = POM_LICENCE_DIST
}
}

developers {
developer {
id POM_DEVELOPER_ID
name POM_DEVELOPER_NAME
id = POM_DEVELOPER_ID
name = POM_DEVELOPER_NAME
}
}
}
Expand Down

0 comments on commit 6fb0fc8

Please sign in to comment.