Skip to content

Commit

Permalink
inherit group and version from api
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Mar 31, 2024
1 parent f4c1a8a commit b5a8c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ java {
sourceCompatibility = JavaVersion.VERSION_19
}

group = "net.thenextlvl.protect"
version = "2.0.0"
group = project(":api").group
version = project(":api").version

repositories {
mavenCentral()
Expand Down

0 comments on commit b5a8c39

Please sign in to comment.