dependency scopes

This commit is contained in:
Dan Mulloy 2023-04-09 17:59:11 -05:00
parent b6f74a8adb
commit 76991b85c3
No known key found for this signature in database
GPG Key ID: F379C293F178751F

View File

@ -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 {