Skip to content

Commit

Permalink
removed root gradle kts
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Apr 22, 2024
1 parent 9a86b58 commit da4d320
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id("maven-publish")
}

group = rootProject.group
version = rootProject.version
group = "net.thenextlvl.commander"
version = "3.0.5"

repositories {
mavenCentral()
Expand Down
6 changes: 0 additions & 6 deletions build.gradle.kts

This file was deleted.

4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {
id("net.minecrell.plugin-yml.paper") version "0.6.0"
}

group = rootProject.group
version = rootProject.version
group = project(":api").group
version = project(":api").version

java {
sourceCompatibility = JavaVersion.VERSION_19
Expand Down

0 comments on commit da4d320

Please sign in to comment.