Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from kerelape/develop
Browse files Browse the repository at this point in the history
Update group
  • Loading branch information
kerelape authored Apr 22, 2022
2 parents 93d1f45 + 66571d1 commit cf0e6ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cactoos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
`maven-publish`
}

group = "me.kerelape.memoria"
group = "me.kerelape"

repositories {
mavenCentral()
Expand All @@ -29,7 +29,7 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/kerelape/memoria")
credentials {
username = "kerelape"
username = System.getenv("PUBLISH_GITHUB_USERNAME")
password = System.getenv("PUBLISH_GITHUB_PASSWORD")
}
}
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
`java-library`
}

group = "me.kerelape.memoria"
group = "me.kerelape"

repositories {
mavenCentral()
Expand All @@ -26,7 +26,7 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/kerelape/memoria")
credentials {
username = "kerelape"
username = System.getenv("PUBLISH_GITHUB_USERNAME")
password = System.getenv("PUBLISH_GITHUB_PASSWORD")
}
}
Expand Down

0 comments on commit cf0e6ad

Please # to comment.