File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright (c) 2015-2018 Telerik EAD
189
+ Copyright (c) 2015-2018 Progress Software Corporation
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ tasks.whenTaskAdded({ org.gradle.api.DefaultTask currentTask ->
369
369
ensureMetadataOutDir. finalizedBy(buildMetadata)
370
370
}
371
371
if (currentTask =~ / merge.*Assets/ ) {
372
- currentTask. dependsOn (buildMetadata);
372
+ currentTask. shouldRunAfter (buildMetadata);
373
373
}
374
374
if (currentTask =~ / assemble.*Debug/ || currentTask =~ / assemble.*Release/ ) {
375
375
currentTask. finalizedBy(" validateAppIdMatch" )
You can’t perform that action at this time.
0 commit comments