AndroidTacticalAssaultKit-CIV
AndroidTacticalAssaultKit-CIV copied to clipboard
Error running ./gradlew assembleCivRelease
I am trying to generate the CIV release and receive the following error:
FAILURE: Build failed with an exception.
-
Where: Script 'C:\Users\Rob\StudioProjects\AndroidTacticalAssaultKit-CIV\takkernel\gradle\javah.gradle' line: 136
-
What went wrong: Could not determine the dependencies of task ':takkernel:engine:preExternalNativeBuild'.
Could not create task ':takkernel:engine:generateJniHeaders'. Could not resolve all files for configuration ':takkernel:engine:releaseCompileClasspath'. > Could not resolve gov.tak.thirdparty:takthirdparty:2.5.1. Required by: project :takkernel:engine > Could not resolve gov.tak.thirdparty:takthirdparty:2.5.1. > Could not get resource 'http://localhost/gov/tak/thirdparty/takthirdparty/2.5.1/takthirdparty-2.5.1.pom'. > Could not GET 'http://localhost/gov/tak/thirdparty/takthirdparty/2.5.1/takthirdparty-2.5.1.pom'. > Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect > Could not resolve gov.tak.thirdparty:libLAS:1.8.2b1. Required by: project :takkernel:engine > Could not resolve gov.tak.thirdparty:libLAS:1.8.2b1. > Could not get resource 'http://localhost/gov/tak/thirdparty/libLAS/1.8.2b1/libLAS-1.8.2b1.pom'.
> Could not GET 'http://localhost/gov/tak/thirdparty/libLAS/1.8.2b1/libLAS-1.8.2b1.pom'.
> Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
-
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
-
Get more help at https://help.gradle.org
What would be the next step to take in order to resolve this error?
Getting the same error as well with assembleCivDebug... have you been able to get past it? @robgardien
Anyone find the solution?