Skip to content

Commit

Permalink
Update OSSRH server address
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jun 28, 2022
1 parent ddf1de1 commit 8ccf82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/PublishPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PublishPlugin : Plugin<Project> {
private val publishProperties by lazy {

Properties().apply {
load(File("gradle/publish.properties").inputStream())
load(File("${projectDir}/../gradle/publish.properties").inputStream())
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ home_page=https://github.com/RedMadRobot/PINkman
group_id=com.redmadrobot

gh_packages_repo=https://maven.pkg.github.com/RedMadRobot/PINkman
sonatype_repo=https://oss.sonatype.org/service/local/staging/deploy/maven2
sonatype_repo=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2

license_name=MIT
license_url=http://opensource.org/licenses/MIT
Expand Down

0 comments on commit 8ccf82c

Please sign in to comment.