Skip to content

Commit

Permalink
Bump version to "7.0" and disable publication config for successful s…
Browse files Browse the repository at this point in the history
…ample build without credentials.
  • Loading branch information
terrakok committed Apr 17, 2021
1 parent ff77162 commit 192e35c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Expand Up @@ -14,10 +14,10 @@ dependencies {
ext {
publishedGroupId = 'com.github.terrakok'
artifact = 'cicerone'
libraryVersion = '6.6'
libraryVersion = '7.0'
}

project.archivesBaseName = artifact // to fix that project name different from artifact name

apply from: 'publish-mavencentral.gradle'
//for publication use './gradlew publishReleasePublicationToSonatypeRepository'
//apply from: 'publish-mavencentral.gradle'
//for publication use './gradlew publishReleasePublicationToSonatypeRepository'
2 changes: 2 additions & 0 deletions library/publish-mavencentral.gradle
Expand Up @@ -90,3 +90,5 @@ publishing {
signing {
sign publishing.publications
}

tasks.getByName("publishReleasePublicationToSonatypeRepository").dependsOn("assemble", "sourcesJar", "javadocJar")

0 comments on commit 192e35c

Please sign in to comment.