gpt4 book ai didi

groovy - Gradle 构建示例因 "You must assign a Groovy library to the ' groovy 配置而失败。”

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

我有一个 build.gradle 文件(来自手册中的自定义插件示例),内容如下:

apply plugin: 'groovy'

dependencies {
compile gradleApi()
compile localGroovy()
}

但是当我运行时,我得到:
$ gradle build
:compileJava UP-TO-DATE
:compileGroovy

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileGroovy'.
> You must assign a Groovy library to the 'groovy' configuration.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

知道我缺少什么吗?

最佳答案

确保您同时拥有:

apply plugin: 'groovy'

并使用 时髦的 依赖部分中的关键字(而不是使用 编译 关键字):
dependencies {
groovy 'org.codehaus.groovy:groovy-all:2.0.8
}

全部归功于 this blog .

关于groovy - Gradle 构建示例因 "You must assign a Groovy library to the ' groovy 配置而失败。”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17742335/

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