V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
heavyrainn
V2EX  ›  程序员

每次 kotlin 更新完我好像都会遭遇一次 gradle build 失败的历程…请各位帮看一下…

  •  
  •   heavyrainn · 2021-05-26 13:40:58 +08:00 · 1556 次点击
    这是一个创建于 1038 天前的主题,其中的信息可能已经有所发展或是发生改变。

    前几天 kotlin 更新了 1.5.10 ,我也兴冲冲第一时间打开 idea,更新了插件,然后更新项目 kotlin 版本号,gradle build !然后…

    E:\kotlinProject\untitled>gradle build
    Could not resolve compiler classpath. Check if Kotlin Gradle plugin repository is configured in root project 'untitled'.
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Could not determine the dependencies of task ':compileKotlin'.
    > Could not resolve all files for configuration ':kotlinCompilerClasspath'.
       > Could not resolve org.jetbrains.kotlin:kotlin-compiler-embeddable:1.5.10.
         Required by:
             project :
          > Could not resolve org.jetbrains.kotlin:kotlin-compiler-embeddable:1.5.10.
             > Could not get resource 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.5.10/kotlin-compiler-embeddable-1.5.10.pom'.
                > Could not HEAD 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.5.10/kotlin-compiler-embeddable-1.5.10.pom'.
                   > Connection reset
    
    * 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
    
    BUILD FAILED in 4s
    

    嗯…感觉刚开始升 1.4.32 的时候也遇到过…当时是等了几天,然后好像就好了…请问大家,这个正常要咋搞呢…

    6 条回复    2021-05-26 16:01:31 +08:00
    ho121
        1
    ho121  
       2021-05-26 13:58:01 +08:00 via Android
    Connection reset
    heavyrainn
        2
    heavyrainn  
    OP
       2021-05-26 14:00:03 +08:00
    @ho121 没错,就是我们单位这个破网,我算搞清楚了…
    zoharSoul
        3
    zoharSoul  
       2021-05-26 14:48:47 +08:00
    网的问题
    sagaxu
        4
    sagaxu  
       2021-05-26 14:53:11 +08:00 via Android
    因为你没配 maven 国内 mirror
    coolmint
        5
    coolmint  
       2021-05-26 15:39:20 +08:00 via iPhone
    我也是刚更新到 1.5.10 ,结果有些类一直在 anylizing,没有代码提示没有任何跳转功能,和在记事本写代码一样。有些类却功能正常
    windyboy
        6
    windyboy  
       2021-05-26 16:01:31 +08:00
    连接重制问题,每个语言都有
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3698 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 10:24 · PVG 18:24 · LAX 03:24 · JFK 06:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.