Skip to content

Commit b10882c

Browse files
authored
Update build.gradle
1 parent ee4b14b commit b10882c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99

1010
group = 'dev.colbster937'
11-
version = '1.1.2'
11+
version = '1.1.3'
1212
description = 'A reimplementation of OriginBlacklist for EaglerXServer'
1313
def targetJavaVersion = 17
1414

@@ -83,4 +83,4 @@ shadowJar {
8383
tasks.withType(JavaCompile).configureEach {
8484
options.encoding = 'UTF-8'
8585
options.release.set(targetJavaVersion)
86-
}
86+
}

0 commit comments

Comments
 (0)