bump ignite to 1.0.0
This commit is contained in:
parent
266360a112
commit
e9323212b1
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@ plugins {
|
|||
dependencies {
|
||||
compileOnly(libs.ignite)
|
||||
compileOnly(libs.mixin)
|
||||
compileOnly(libs.mixinExtras)
|
||||
|
||||
paperweight.paperDevBundle(libs.versions.paper)
|
||||
}
|
||||
|
|
|
@ -3,8 +3,9 @@ metadata.format.version = "1.1"
|
|||
[versions]
|
||||
|
||||
jetbrains = "24.1.0"
|
||||
ignite = "1.0.0-SNAPSHOT"
|
||||
ignite = "1.0.0"
|
||||
mixin = "0.8.5"
|
||||
mixinExtras = "0.3.5"
|
||||
paperweight = "1.5.11"
|
||||
shadow = "8.1.1"
|
||||
spotless = "6.23.3"
|
||||
|
@ -15,6 +16,7 @@ jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "j
|
|||
|
||||
ignite = { group = "space.vectrix.ignite", name = "ignite-api", version.ref = "ignite" }
|
||||
mixin = { group = "org.spongepowered", name = "mixin", version.ref = "mixin" }
|
||||
mixinExtras = { group = "io.github.llamalad7", name = "mixinextras-common", version.ref = "mixinExtras" }
|
||||
|
||||
build-paperweight = { module = "io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin", version.ref = "paperweight" }
|
||||
build-shadow = { module = "com.github.johnrengelman:shadow", version.ref = "shadow" }
|
||||
|
|
Loading…
Reference in a new issue