gpt4 book ai didi

gradle - gradle中 "with"的含义是什么

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

在答案中https://stackoverflow.com/a/35879150最后一行有一个with:

task gen (type: Jar) {
description "Generates JAR without version number."
archiveName = filename + ".jar"
manifest {attributes 'Main-Class': mainFile}
with jar
}

确切的含义是什么?它记录在哪里?我在 gradle 文档中找不到它,并且 groovy 中的 with ( http://groovy-lang.org/style-guide.html#_using_with_for_repeated_operations_on_the_same_bean ) 似乎有所不同。

最佳答案

在您的情况下,您正在调用 Jar 类的 with() 方法。 (请参阅 Jar DSL documentationJar API documentation 的最底部)

Adds the given specs as a child of this spec.

所以,它不是Groovy 的with()方法。

关于gradle - gradle中 "with"的含义是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35888820/

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