File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ plugins {
4
4
id ' com.github.gmazzo.buildconfig' version ' 3.1.0'
5
5
}
6
6
7
- // def limboVersion = '1.6'
8
-
9
7
group ' ru.nanit'
10
8
version ' 1.6'
11
9
12
10
compileJava {
13
11
options. encoding = " UTF-8"
14
12
}
15
13
16
- tasks. withType(JavaCompile ) {
14
+ tasks. withType(JavaCompile ). configureEach {
17
15
sourceCompatibility = JavaVersion . VERSION_1_8
18
16
targetCompatibility = JavaVersion . VERSION_1_8
19
17
}
@@ -27,15 +25,14 @@ dependencies {
27
25
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.3'
28
26
29
27
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'
31
29
implementation ' net.kyori:adventure-nbt:4.14.0'
32
30
implementation ' com.grack:nanojson:1.8'
33
31
}
34
32
35
33
buildConfig {
36
- className(" BuildConfig" ) // forces the class name. Defaults to 'BuildConfig'
34
+ className(" BuildConfig" )
37
35
packageName(" ua.nanit.limbo" )
38
-
39
36
buildConfigField(' String' , ' LIMBO_VERSION' , " \" ${ project.version} \" " )
40
37
}
41
38
You can’t perform that action at this time.
0 commit comments