mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-14 05:20:12 +02:00
Update build.gradle
This commit is contained in:
parent
b19fa9db37
commit
e7257894e3
12
build.gradle
12
build.gradle
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
}
|
||||
|
||||
group 'ru.nanit'
|
||||
@ -20,12 +20,12 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
|
||||
|
||||
implementation 'org.spongepowered:configurate-yaml:4.1.2'
|
||||
implementation 'io.netty:netty-all:4.1.77.Final'
|
||||
implementation 'net.kyori:adventure-nbt:4.10.1'
|
||||
implementation 'io.netty:netty-all:4.1.80.Final'
|
||||
implementation 'net.kyori:adventure-nbt:4.11.0'
|
||||
implementation 'com.grack:nanojson:1.7'
|
||||
}
|
||||
|
||||
@ -41,4 +41,4 @@ shadowJar {
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user