mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
Fix deprecated Gradle usage
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
plugins {
|
||||
java
|
||||
`maven-publish`
|
||||
id("org.jetbrains.gradle.plugin.idea-ext")
|
||||
id("net.kyori.blossom")
|
||||
id("com.gradleup.shadow")
|
||||
}
|
||||
|
||||
group = rootProject.group
|
||||
version = rootProject.version
|
||||
description = "Plex-Velocity"
|
||||
|
||||
Reference in New Issue
Block a user