Skip to content

Commit

Permalink
Dynamically set spark-common version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Oct 20, 2024
1 parent eccf9e3 commit 5ee638e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spark-minestom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
implementation 'me.lucko:spark-common:1.10.110-SNAPSHOT'
implementation "me.lucko:spark-common:${project.baseVersion}-SNAPSHOT"

compileOnly 'net.minestom:minestom-snapshots:0ca1dda2fe'
compileOnly 'dev.hollowcube:minestom-ce-extensions:1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion spark-nukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation 'me.lucko:spark-common:1.10.110-SNAPSHOT'
implementation "me.lucko:spark-common:${project.baseVersion}-SNAPSHOT"
compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT'
}

Expand Down
2 changes: 1 addition & 1 deletion spark-sponge7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation 'me.lucko:spark-common:1.10.110-SNAPSHOT'
implementation "me.lucko:spark-common:${project.baseVersion}-SNAPSHOT"
compileOnly 'org.spongepowered:spongeapi:7.3.0'
annotationProcessor 'org.spongepowered:spongeapi:7.3.0'
}
Expand Down
2 changes: 1 addition & 1 deletion spark-velocity4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
implementation 'me.lucko:spark-common:1.10.110-SNAPSHOT'
implementation "me.lucko:spark-common:${project.baseVersion}-SNAPSHOT"
compileOnly 'com.velocitypowered:velocity-api:4.0.0-SNAPSHOT'
annotationProcessor 'com.velocitypowered:velocity-annotation-processor:4.0.0-SNAPSHOT'
}
Expand Down
2 changes: 1 addition & 1 deletion spark-waterdog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
implementation 'me.lucko:spark-common:1.10.110-SNAPSHOT'
implementation "me.lucko:spark-common:${project.baseVersion}-SNAPSHOT"
compileOnly('dev.waterdog.waterdogpe:waterdog:1.2.3') {
exclude group: 'com.nukkitx.protocol'
}
Expand Down

0 comments on commit 5ee638e

Please sign in to comment.