Skip to content

Commit

Permalink
Fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Aug 11, 2024
1 parent 3cf0d70 commit cea61bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==================

* Fix generate url
* Add `media_metadata` supprot
* Add `media_metadata` support

1.8.0 / 2024-01-15
================
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ nexusPublishing {
repositories {
sonatype {
packageGroup.set(properties["publishGroupId"].toString())
username.set(properties["ossrhUsername"].toString())
password.set(properties["ossrhPassword"].toString())
username.set(properties["ossrhToken"].toString())
password.set(properties["ossrhTokenPassword"].toString())
}
}
}

0 comments on commit cea61bc

Please sign in to comment.