Skip to content

Commit c717c3c

Browse files
authored
Merge pull request #1381 from NativeScript/trifonov/mdg-fixes
Trifonov/mdg fixes
2 parents 14b0e71 + 2f5c1f9 commit c717c3c

2 files changed

Lines changed: 31 additions & 12 deletions

File tree

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ afterEvaluate { project ->
523523
def jars = []
524524
def artifactType = Attribute.of('artifactType', String)
525525
configurations.all { config ->
526-
if (config.name == "${buildType.toLowerCase()}RuntimeClasspath") {
526+
if (config.name.toLowerCase().endsWith("${buildType}RuntimeClasspath".toLowerCase())) {
527527
config.incoming.artifactView {
528528
attributes {
529529
it.attribute(artifactType, 'jar')

test-app/build-tools/jsparser/package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)