Skip to content

Commit

Permalink
change groupId and artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
zotovy committed Oct 3, 2021
1 parent f98b997 commit eb6b38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solarized/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ afterEvaluate {
publications {
release (MavenPublication) {
from components.release
groupId = "dev.zotov.phototime.solarized"
artifactId = "final"
groupId = "dev.zotov."
artifactId = "solarized"
version = "1.0"
}
}
Expand Down

0 comments on commit eb6b38e

Please sign in to comment.