kpgalligan
04/20/2020, 6:26 PM./gradlew dependencies:update
fails with
A problem occurred evaluating project ':backend.native:tests'.
> Could not resolve all files for configuration ':backend.native:tests:update_tests'.
> Could not resolve org:Kotlin_KotlinRelease_1370_Compiler:1.3.72-eap-463.
Required by:
project :backend.native:tests
> Could not resolve org:Kotlin_KotlinRelease_1370_Compiler:1.3.72-eap-463.
> Could not get resource '<https://buildserver.labs.intellij.net/guestAuth/repository/download/Kotlin_KotlinRelease_1370_Compiler/1.3.72-eap-463/teamcity-ivy.xml>'.
> Could not GET '<https://buildserver.labs.intellij.net/guestAuth/repository/download/Kotlin_KotlinRelease_1370_Compiler/1.3.72-eap-463/teamcity-ivy.xml>'. Received status code 400 from server: Bad Request
I’ve seen similar issues in the past. Running ./gradlew dependencies:update
for master seems to work fine.Elena Lepilkina
04/21/2020, 6:08 AMv1.3.70-fixes
artifacts for tests are downloaded from private buildserver. If you don't need tests you can just turn off subproject :backend.native:tests
. Or we can do a fix. Why do you need to build 1.3.72
and can't use master?kpgalligan
04/21/2020, 12:50 PMElena Lepilkina
04/22/2020, 7:03 AM