Skip to content

Commit

Permalink
Merge pull request #256 from arkivanov/fix-android-library-publicatio…
Browse files Browse the repository at this point in the history
…n-artifact-names

Fix Android library publication artifact names
  • Loading branch information
arkivanov authored Oct 13, 2021
2 parents 4828505 + 761a119 commit f2d9178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.toString() == "com.arkivanov.gradle.setup") {
useModule("com.github.arkivanov:gradle-setup-plugin:ef85204715")
useModule("com.github.arkivanov:gradle-setup-plugin:44ca9f629c")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/check-publication/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setupMultiplatform {
}

repositories {
maven("https://oss.sonatype.org/service/local/staging/") {
maven("https://oss.sonatype.org/content/groups/staging/") {
credentials {
username = "arkivanov"
password = System.getenv("SONATYPE_PASSWORD")
Expand Down

0 comments on commit f2d9178

Please sign in to comment.