update run-velocity plugin
This commit is contained in:
parent
87e6c61fca
commit
f7e40bef7c
1 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.3'
|
||||
id("xyz.jpenilla.run-velocity") version "2.3.1"
|
||||
id("java")
|
||||
id("org.jetbrains.gradle.plugin.idea-ext") version "1.3"
|
||||
id("xyz.jpenilla.run-velocity") version "3.0.0"
|
||||
}
|
||||
|
||||
group = 'com.uravgcode'
|
||||
|
|
@ -18,8 +18,6 @@ repositories {
|
|||
dependencies {
|
||||
compileOnly("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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue