Skip to content

Commit 9490dc3

Browse files
committed
Updated netty
1 parent 7309ca3 commit 9490dc3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ plugins {
44
id 'com.github.gmazzo.buildconfig' version '3.1.0'
55
}
66

7-
//def limboVersion = '1.6'
8-
97
group 'ru.nanit'
108
version '1.6'
119

1210
compileJava {
1311
options.encoding = "UTF-8"
1412
}
1513

16-
tasks.withType(JavaCompile) {
14+
tasks.withType(JavaCompile).configureEach {
1715
sourceCompatibility = JavaVersion.VERSION_1_8
1816
targetCompatibility = JavaVersion.VERSION_1_8
1917
}
@@ -27,15 +25,14 @@ dependencies {
2725
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
2826

2927
implementation 'org.spongepowered:configurate-yaml:4.1.2'
30-
implementation 'io.netty:netty-all:4.1.93.Final'
28+
implementation 'io.netty:netty-all:4.1.99.Final'
3129
implementation 'net.kyori:adventure-nbt:4.14.0'
3230
implementation 'com.grack:nanojson:1.8'
3331
}
3432

3533
buildConfig {
36-
className("BuildConfig") // forces the class name. Defaults to 'BuildConfig'
34+
className("BuildConfig")
3735
packageName("ua.nanit.limbo")
38-
3936
buildConfigField('String', 'LIMBO_VERSION', "\"${project.version}\"")
4037
}
4138

0 commit comments

Comments
 (0)