gpt4 book ai didi

gradle - 如何在build.gradle文件上的红十字 “get rid”?

转载 作者:行者123 更新时间:2023-12-03 05:33:34 29 4
gpt4 key购买 nike

我的build.gradle上有一个红叉叠加层。这很烦人,因为我无法查明它的来源。

有关我的项目的一些信息:

1. I am using sts-3.9.8.RELEASE as IDE
2. It is a spring boot project, 2.1.7.RELEASE
3. In gradle-wrapper.properties, i am using v5.5
4. When i run a build or a bootWar task, both tasks run successfully.
5. The rootProject.name in settings.gradle, matches the project name in sts.
6. I can run the spring boot application successfully, and i can access the end-points without any issue.

我曾尝试删除项目的构建目录,因为我认为可能有一些旧设置使gradle感到不适,但没有。

我也尝试过右键单击该项目,单击Gradle,单击Refresh Gradle Project,无济于事。

我也尝试过刷新项目,但是仍然没有,红十字会仍然存在。

我的build.gradle的内容:
plugins {
id 'java'
id 'org.springframework.boot' version '2.1.7.RELEASE'
}

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

group = 'com.somename'
//version = '1.0.0'
sourceCompatibility = '1.8'

repositories {
mavenCentral()
jcenter()
}

configurations {
developmentOnly
runtimeClasspath {
extendsFrom developmentOnly
}
}

dependencies {
developmentOnly("org.springframework.boot:spring-boot-devtools")

implementation 'org.springframework.boot:spring-boot-starter-web'
...
testImplementation 'org.springframework.security:spring-security-test'
}

我们欢迎任何帮助或指教,让您感到不愉快。

谢谢! :-)

最佳答案

我要回答自己的问题:

解决方案是删除构建目录并重新构建。在我的build.gradle上仍然可以看到红叉,因为在尝试过程中,我将gradle版本更改为最新的5.6.2,并且没有注意到“问题 View ”中出现了错误。简而言之,它表示无法使用该发行版运行构建。(注意:我尚未对此部分进行调查)

切换回5.5使build.gradle满意。

关于gradle - 如何在build.gradle文件上的红十字 “get rid”?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57863970/

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