gpt4 book ai didi

spring-boot - 无法解析插件工件 'org.springframework.boot:org.springframework.boot.gradle.plugin:2.1.6.RELEASE'

转载 作者:行者123 更新时间:2023-12-03 02:48:53 25 4
gpt4 key购买 nike

Gradle 命令抛出以下异常:

FAILURE:构建失败,出现异常。

  • 在哪里:
    构建文件“/Users/abel/Desktop/work/gundam/build.gradle”行:2
  • 什么地方出了错:
    插件 [id: 'org.springframework.boot', version: '2.1.6.RELEASE'] 未在以下任何来源中找到:
  • Gradle 核心插件(插件不在“org.gradle”命名空间中)
  • 插件存储库(无法解析插件工件 'org.springframework.boot:org.springframework.boot.gradle.plugin:2.1.6.RELEASE')
    在以下存储库中搜索:
    Gradle 中央插件存储库
  • 尝试:
    使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。使用 --scan 运行以获得完整的见解。
  • https://help.gradle.org 获得更多帮助

  • 5 秒内构建失败

    配置:
    plugins {
    id 'org.springframework.boot' version '2.1.6.RELEASE'
    id 'java'
    }

    apply plugin: 'io.spring.dependency-management'

    group = 'com.demo'
    version = '0.0.1-SNAPSHOT'
    sourceCompatibility = '1.8'

    configurations {
    compileOnly {
    extendsFrom annotationProcessor
    }
    }

    repositories {
    mavenCentral()
    }

    dependencies {
    implementation 'org.springframework.boot:spring-boot-starter-web'
    compileOnly 'org.projectlombok:lombok'
    annotationProcessor 'org.projectlombok:lombok'
    testImplementation 'org.springframework.boot:spring-boot-starter-test'
    }

    最佳答案

    你应该升级gradle版本,目前升级到Gradle 5.5.1就可以了,
    并且您需要将您的想法设置为当前的更新 gradle 版本

    enter image description here
    https://plugins.gradle.org/plugin/org.springframework.boot

    关于spring-boot - 无法解析插件工件 'org.springframework.boot:org.springframework.boot.gradle.plugin:2.1.6.RELEASE',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56783015/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com