File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments