Skip to content

Commit

Permalink
fix(build): Add groupId to root project (#437)
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 authored Mar 6, 2024
1 parent 2e270c1 commit 2d6272d
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 2d6272d

Please sign in to comment.