Skip to content

Commit

Permalink
fix subproject version
Browse files Browse the repository at this point in the history
  • Loading branch information
iGabyTM committed Oct 22, 2022
1 parent 7bb5167 commit b0b315f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ subprojects {
apply(plugin = "java")
apply(plugin = "version-catalog")

this.group = group
this.version = version
project.group = parent?.group!!
project.version = parent?.version!!

repositories {
mavenCentral()
Expand Down
2 changes: 0 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ dependencies {
implementation(libs.bundles.triumph)
implementation("de.tr7zw:item-nbt-api-plugin:2.10.0")

compileOnly(libs.jetbrains.annotations)

// Economy
compileOnly(libs.vaultapi)

Expand Down

0 comments on commit b0b315f

Please sign in to comment.