Actual fix - why is doing things before gradle resolves dependencies so complicated?
This commit is contained in:
@@ -14,7 +14,7 @@ apply plugin: "java"
|
||||
jarJar.enable()
|
||||
|
||||
gradle.projectsEvaluated {
|
||||
configurations.first().incoming.beforeResolve {
|
||||
project.configurations.named("jarJar") {
|
||||
def nativeLibsDir = file("src/main/resources/natives")
|
||||
// native networking library
|
||||
def nativeNetworkingBaseUrl = "https://github.com/${native_networking_repo}/releases/download/${network_lib_version}/"
|
||||
|
||||
Reference in New Issue
Block a user