gpt4 book ai didi

java - 安装 Gradle Eclipse 插件后,Gradle 构建文件夹未显示

转载 作者:行者123 更新时间:2023-12-01 08:26:50 24 4
gpt4 key购买 nike

我有一个使用 gradle 构建的项目。在安装 Gradle Eclipse 插件之前,我能够在 Eclipse 中看到 gradle build 文件夹。但是在安装插件 (Buildship) 并创建和构建新的 Gradle 项目后,我再也无法在项目资源管理器或包资源管理器或导航器中看到构建文件夹。我能够从 Windows 资源管理器中看到构建文件夹和 jar 文件。我试图从自定义 View 更改设置...,但它没有解决问题。有人可以让我知道如何让构建文件夹显示出来吗?谢谢。

这是 build.gradle:

apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'application'
mainClassName = 'com.ii.mainClass'

repositories {
mavenCentral()
}

sourceCompatibility = 1.7
targetCompatibility = 1.7

dependencies {
compile 'com.fasterxml.jackson.core:jackson-annotations:2.6.1'
compile 'com.fasterxml.jackson.core:jackson-core:2.6.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.6.1'
compile 'org.springframework:spring-beans:4.2.0.RELEASE'
compile 'org.springframework:spring-context:4.2.0.RELEASE'
compile 'org.springframework:spring-core:4.2.0.RELEASE'
compile 'org.springframework:spring-expression:4.2.0.RELEASE'
compile 'org.springframework.xd:spring-xd-tuple:1.0.4.RELEASE'
}

最佳答案

我在 Gradle 论坛 ( https://discuss.gradle.org/t/setting-eclipse-native-library-location/11075/2 ) 上的一个主题中找到了解决方案。

该插件安装了一个带有排除模式的资源过滤器,您可以在项目的属性(资源 -> 资源过滤器)中手动删除它。

关于java - 安装 Gradle Eclipse 插件后,Gradle 构建文件夹未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32403227/

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