Gradle中的档案分类器是什么?

问题描述 投票:0回答:1

build.gradletask.register里面,我可以找到这个

group 'build'
description 'Build the project for the R1 target and assemble a zip with the APK and the client library'
classifier variantNameCap

我已阅读classifier应该相对于存档。但是Gradle中classifier的确切概念是什么?

gradle groovy android-gradle build.gradle
1个回答
0
投票

这是来自Maven的概念-请参见https://maven.apache.org/pom.html并搜索classifier

© www.soinside.com 2019 - 2024. All rights reserved.