Skip to content

Commit 1e9e043

Browse files
authored
Merge branch 'master' into patch-1
2 parents 55b940f + adf4c2d commit 1e9e043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) 2015-2018 Telerik EAD
189+
Copyright (c) 2015-2018 Progress Software Corporation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ tasks.whenTaskAdded({ org.gradle.api.DefaultTask currentTask ->
369369
ensureMetadataOutDir.finalizedBy(buildMetadata)
370370
}
371371
if (currentTask =~ /merge.*Assets/) {
372-
currentTask.dependsOn(buildMetadata);
372+
currentTask.shouldRunAfter(buildMetadata);
373373
}
374374
if (currentTask =~ /assemble.*Debug/ || currentTask =~ /assemble.*Release/) {
375375
currentTask.finalizedBy("validateAppIdMatch")

0 commit comments

Comments
 (0)