Skip to content

Commit

Permalink
[ci skip] Update project group ID in build.gradle.kts
Browse files Browse the repository at this point in the history
Changed the group ID from "net.thenextlvl.resolver" to "net.thenextlvl" to reflect the new project structure. This change will help in proper artifact organization and repository management.
  • Loading branch information
NonSwag committed Sep 1, 2024
1 parent cec292a commit 4578000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("maven-publish")
}

group = "net.thenextlvl.resolver"
group = "net.thenextlvl"
version = "1.0.1"

java {
Expand Down

0 comments on commit 4578000

Please sign in to comment.