We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4b14b commit b10882cCopy full SHA for b10882c
1 file changed
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
10
group = 'dev.colbster937'
11
-version = '1.1.2'
+version = '1.1.3'
12
description = 'A reimplementation of OriginBlacklist for EaglerXServer'
13
def targetJavaVersion = 17
14
@@ -83,4 +83,4 @@ shadowJar {
83
tasks.withType(JavaCompile).configureEach {
84
options.encoding = 'UTF-8'
85
options.release.set(targetJavaVersion)
86
-}
+}
0 commit comments