diff --git a/build.gradle b/build.gradle index 08737d84..dbb84dd7 100644 --- a/build.gradle +++ b/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 {