From bf10a7a017758a862567e031df013e22aeb17ec7 Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 5 Feb 2024 14:14:17 -0500 Subject: [PATCH] release: Version 4.0.1 --- .gitignore | 4 +++- gradle.properties | 2 +- plugin/build.gradle.kts | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 36325fd7..5422a55d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ bin/ .classpath .factorypath .project -.vscode/ \ No newline at end of file +.vscode/ + +plugin/run/ \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index faceab1f..18a0544c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = io.github.4drian3d -version = 4.0.1-SNAPSHOT +version = 4.0.1 description = A global chat regulator for your Velocity network url = https://modrinth.com/plugin/chatregulator id = chatregulator diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 436fa31e..4b57ac65 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -42,6 +42,9 @@ tasks { events("passed", "failed") } } + runVelocity { + velocityVersion(libs.versions.velocity.get()) + } compileJava { options.release.set(17)