Skip to content

Commit

Permalink
move version and group to root project
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jun 20, 2024
1 parent 44fb873 commit b10a50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ java {
targetCompatibility = JavaVersion.VERSION_21
}

group = "net.thenextlvl.gopaint"
version = "1.1.2"
group = rootProject.group
version = rootProject.version

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ plugins {
id("xyz.jpenilla.run-paper") version "2.1.0"
}

group = project(":api").group
version = project(":api").version
group = "net.thenextlvl.gopaint"
version = "1.1.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit b10a50f

Please sign in to comment.