mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-05 14:06:53 +00:00
Update dependencies and configuration for MC 1.21.11
This commit is contained in:
+4
-4
@@ -1,13 +1,13 @@
|
||||
plugins {
|
||||
id("java")
|
||||
id("maven-publish")
|
||||
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.10"
|
||||
id("net.kyori.blossom") version "2.1.0"
|
||||
id("com.gradleup.shadow") version "9.2.2"
|
||||
id("org.jetbrains.gradle.plugin.idea-ext") version "1.3"
|
||||
id("net.kyori.blossom") version "2.2.0"
|
||||
id("com.gradleup.shadow") version "9.3.0"
|
||||
}
|
||||
|
||||
group = "dev.plex"
|
||||
version = "1.6"
|
||||
version = "1.7-SNAPSHOT"
|
||||
description = "Plex"
|
||||
|
||||
subprojects {
|
||||
|
||||
Reference in New Issue
Block a user