Adds a gradle task to copy dependencies to be easily found by bootstrapper (#1661)
This commit is contained in:
@@ -107,4 +107,10 @@ shadowJar {
|
||||
exclude("net/runelite/injector/**")
|
||||
}
|
||||
|
||||
task copyToLib(type: Copy) {
|
||||
into "$buildDir/lib"
|
||||
from configurations.runtime
|
||||
}
|
||||
|
||||
tasks.build.dependsOn tasks.shadowJar
|
||||
tasks.shadowJar.dependsOn tasks.copyToLib
|
||||
|
||||
Reference in New Issue
Block a user