Skip to content

Commit d0d91eb

Browse files
committed
fix: Fixed velocity module including configurate
1 parent 5cc116a commit d0d91eb

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

build-logic/src/main/kotlin/logfilter.shadow.configurate.gradle.kts

Lines changed: 0 additions & 19 deletions
This file was deleted.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = io.github._4drian3d
2-
version = 3.1.0
2+
version = 3.1.1
33
description = Filter messages sent to your Velocity, Sponge and Paper consoles
44
url = https://github.com/4drian3d/LogFilter
55
id = logfilter

velocity/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("logfilter.shadow.configurate")
2+
id("logfilter.shadow.java")
33
id("xyz.jpenilla.run-velocity")
44
}
55

@@ -10,11 +10,11 @@ dependencies {
1010

1111
tasks {
1212
compileJava {
13-
options.release.set(11)
13+
options.release.set(17)
1414
}
1515
runVelocity {
1616
velocityVersion(libs.versions.velocity.get())
1717
}
1818
}
1919

20-
java.toolchain.languageVersion.set(JavaLanguageVersion.of(11))
20+
java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))

0 commit comments

Comments
 (0)