We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57abafe commit 2f5c1f9Copy full SHA for 2f5c1f9
1 file changed
test-app/app/build.gradle
@@ -523,7 +523,7 @@ afterEvaluate { project ->
523
def jars = []
524
def artifactType = Attribute.of('artifactType', String)
525
configurations.all { config ->
526
- if (config.name == "${buildType.toLowerCase()}RuntimeClasspath") {
+ if (config.name.toLowerCase().endsWith("${buildType}RuntimeClasspath".toLowerCase())) {
527
config.incoming.artifactView {
528
attributes {
529
it.attribute(artifactType, 'jar')
0 commit comments