kotlin: org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1
https://github.com/Kotlin/kotlinx.coroutines
Replacing org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.0.1 -> org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.0.1
:compiler:frontend.script:compileKotlin FAILED
:compiler:frontend.script:compileKotlin (Thread[Task worker for ':' Thread 2,5,main]) completed. Took 0.018 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compiler:frontend.script:compileKotlin'.
> Could not resolve all files for configuration ':compiler:frontend.script:compileClasspath'.
> Could not resolve org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1.
Required by:
project :compiler:frontend.script
> No cached version of org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1 available for offline mode.
> No cached version of org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1 available for offline mode.
> No cached version of org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1 available for offline mode.
* Try:
Run with --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':compiler:frontend.script:compileKotlin'.
at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:50)
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':compiler:frontend.script:compileClasspath'.
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.rethrowFailure(DefaultConfiguration.java:918)
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1.
Required by:
project :compiler:frontend.script
at org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver.resolveModule(RepositoryChainComponentMetaDataResolver.java:103)
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: No cached version of org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.1 available for offline mode.
at org.gradle.api.internal.artifacts.ivyservice.ivyresolve.StartParameterResolutionOverride$FailedRemoteAccess.resolveComponentMetaData(StartParameterResolutionOverride.java:129)
BUILD FAILED in 8m 3s
153 actionable tasks: 153 executed
dh_auto_build: error: gradle --info --console plain --offline --stacktrace --no-daemon --refresh-dependencies --gradle-user-home .gradle -Duser.home=. -Duser.name=debian -Ddebian.package=kotlin -Dfile.encoding=UTF-8 --parallel --max-workers=4 --no-parallel -PbuildSrc.kotlin.version=1.3.30 -Pteamcity=true dist install returned exit code 1
make[1]: *** [debian/rules:36: override_dh_auto_build] Error 25
Edited by emorrp1