update run-velocity plugin

This commit is contained in:
UrAvgCode 2025-10-02 19:35:25 +02:00
parent 87e6c61fca
commit f7e40bef7c
No known key found for this signature in database
GPG key ID: 8A76A22B2CDDD634

View file

@ -1,7 +1,7 @@
plugins { plugins {
id 'java' id("java")
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.3' id("org.jetbrains.gradle.plugin.idea-ext") version "1.3"
id("xyz.jpenilla.run-velocity") version "2.3.1" id("xyz.jpenilla.run-velocity") version "3.0.0"
} }
group = 'com.uravgcode' group = 'com.uravgcode'
@ -18,8 +18,6 @@ repositories {
dependencies { dependencies {
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT") compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT") annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
implementation("com.google.code.gson:gson:2.13.1")
} }
tasks { tasks {