mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-16 23:55:19 +01:00
dependency scopes
This commit is contained in:
parent
b6f74a8adb
commit
76991b85c3
12
build.gradle
12
build.gradle
@ -23,17 +23,17 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api 'net.bytebuddy:byte-buddy:1.14.3'
|
||||
implementation 'net.bytebuddy:byte-buddy:1.14.3'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
|
||||
testImplementation 'org.mockito:mockito-core:4.11.0'
|
||||
testImplementation 'org.mockito:mockito-inline:4.11.0'
|
||||
testImplementation 'io.netty:netty-common:4.1.77.Final'
|
||||
testImplementation 'io.netty:netty-transport:4.1.77.Final'
|
||||
implementation 'org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT'
|
||||
implementation 'org.spigotmc:spigot:1.19.4-R0.1-SNAPSHOT'
|
||||
implementation 'io.netty:netty-all:4.0.23.Final'
|
||||
implementation 'net.kyori:adventure-text-serializer-gson:4.13.0'
|
||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
compileOnly 'org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT'
|
||||
compileOnly 'org.spigotmc:spigot:1.19.4-R0.1-SNAPSHOT'
|
||||
compileOnly 'io.netty:netty-all:4.0.23.Final'
|
||||
compileOnly 'net.kyori:adventure-text-serializer-gson:4.13.0'
|
||||
compileOnly 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
Loading…
Reference in New Issue
Block a user