We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source中sample-app模块增加自定义flavor,执行packageDebugPlugin编译报错Task with path ':sample-app:assemblePluginDebug' not found in project ':sample-app'
flavorDimensions(*flavorDimensionList,'env') productFlavors{ dev { dimension "env" } }
The text was updated successfully, but these errors were encountered:
这里也要同步修改:
Shadow/projects/sample/source/sample-plugin/sample-app/build.gradle
Line 117 in 9f1d8b2
这里没实现自动关联buildTask主要是因为buildTask在项目中不经常变化,实现略麻烦。
Sorry, something went wrong.
No branches or pull requests
source中sample-app模块增加自定义flavor,执行packageDebugPlugin编译报错Task with path ':sample-app:assemblePluginDebug' not found in project ':sample-app'
flavorDimensions(*flavorDimensionList,'env')
productFlavors{
dev {
dimension "env"
}
}
The text was updated successfully, but these errors were encountered: