Skip to content

Commit

Permalink
fix(build): Add groupId to root project
Browse files Browse the repository at this point in the history
Currently, the task findSonatypeStagingRepo is failing to find the exact match even if the repository exists with same description. This is due to missing groupId, resulting to leading colon in the description.

Fixes #436
  • Loading branch information
puneetbehl committed Mar 6, 2024
1 parent 2e270c1 commit ebe5ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ repositories {
maven { url "https://repo.grails.org/grails/core" }
}

group = "org.grails"
version project.projectVersion

ext {
Expand Down

0 comments on commit ebe5ac4

Please sign in to comment.