Add support for compile-time dependencies in :API
This commit is contained in:
@@ -10,5 +10,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.joml:joml:${jomlVersion}"
|
||||
}
|
||||
|
||||
task relayDependencies(type: Copy) {
|
||||
from configurations.runtimeClasspath
|
||||
into file("build/dependencies")
|
||||
}
|
||||
Reference in New Issue
Block a user