Skip to content

Commit c5c7f9b

Browse files
committed
fix minor issue with nms tools
1 parent 01a421b commit c5c7f9b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import kotlin.system.exitProcess
2424

2525
buildscript {
2626
repositories.maven("https://jitpack.io")
27-
dependencies.classpath("com.github.VolmitSoftware:NMSTools:c5cbc46ce6")
27+
dependencies.classpath("com.github.VolmitSoftware:NMSTools:c88961416f")
2828
}
2929

3030
plugins {
@@ -65,7 +65,7 @@ val color = "truecolor"
6565
val errorReporting = findProperty("errorReporting") as Boolean? ?: false
6666

6767
val nmsBindings = mapOf(
68-
"v1_21_R5" to "1.21.7-R0.1-SNAPSHOT",
68+
"v1_21_R5" to "1.21.8-R0.1-SNAPSHOT",
6969
"v1_21_R4" to "1.21.5-R0.1-SNAPSHOT",
7070
"v1_21_R3" to "1.21.4-R0.1-SNAPSHOT",
7171
"v1_21_R2" to "1.21.3-R0.1-SNAPSHOT",
@@ -81,10 +81,6 @@ nmsBindings.forEach { key, value ->
8181
apply<JavaPlugin>()
8282
apply<NMSToolsPlugin>()
8383

84-
repositories {
85-
maven("https://libraries.minecraft.net")
86-
}
87-
8884
extensions.configure(NMSToolsExtension::class) {
8985
jvm = jvmVersion.getOrDefault(key, 21)
9086
version = value

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ rootProject.name = "Iris"
2323

2424
include(":core", ":core:agent")
2525
include(
26+
":nms:v1_21_R6",
2627
":nms:v1_21_R5",
2728
":nms:v1_21_R4",
2829
":nms:v1_21_R3",

0 commit comments

Comments
 (0)