mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
build: Update core dependencies
- Drop paranamer, you can access parameter names at runtime with Java 8+ natively
This commit is contained in:
@ -28,6 +28,6 @@ dependencies {
|
||||
implementation(gradleApi())
|
||||
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.0")
|
||||
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.0")
|
||||
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.1.14")
|
||||
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.2.0")
|
||||
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
|
||||
}
|
||||
|
@ -54,15 +54,15 @@ fun Project.applyCommonConfiguration() {
|
||||
continue
|
||||
}
|
||||
add(conf.name, "com.google.guava:guava") {
|
||||
version { require("21.0") }
|
||||
version { require("31.0.1-jre") }
|
||||
because("Mojang provides Guava")
|
||||
}
|
||||
add(conf.name, "com.google.code.gson:gson") {
|
||||
version { require("2.8.0") }
|
||||
version { require("2.8.8") }
|
||||
because("Mojang provides Gson")
|
||||
}
|
||||
add(conf.name, "it.unimi.dsi:fastutil") {
|
||||
version { require("8.2.1") }
|
||||
version { require("8.5.6") }
|
||||
because("Mojang provides FastUtil")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user