mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-27 04:37:47 +00:00
Changes
This commit is contained in:
@@ -105,6 +105,10 @@ nmsBindings.each { key, value ->
|
||||
compileOnly(rootProject.libs.annotations)
|
||||
compileOnly(rootProject.libs.byteBuddy.core)
|
||||
testImplementation('junit:junit:4.13.2')
|
||||
testImplementation(project(':core'))
|
||||
testCompileOnly(volmLibCoordinate) {
|
||||
transitive = false
|
||||
}
|
||||
testRuntimeOnly(project(':core'))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user