File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import static org.gradle.internal.logging.text.StyledTextOutput.Style
3333apply plugin : " com.android.application"
3434apply from : " gradle-helpers/BuildToolTask.gradle"
3535apply from : " gradle-helpers/CustomExecutionLogger.gradle"
36- def outLogger = services. get(StyledTextOutputFactory ). create(" colouredOutputLogger" )
3736
3837def enableKotlin = (project. hasProperty(" useKotlin" ) && project. useKotlin == " true" )
3938
@@ -105,6 +104,7 @@ version of the {N} CLI install a previous version of the runtime package - 'tns
105104 project. ext. nativescriptDependencies = new JsonSlurper (). parseText(dependenciesJson. text)
106105 project. ext. PLATFORMS_ANDROID = " platforms/android"
107106 project. ext. USER_PROJECT_ROOT = " $rootDir /../.."
107+ project. ext. outLogger = services. get(StyledTextOutputFactory ). create(" colouredOutputLogger" )
108108
109109 project. ext. getAppPath = { ->
110110 def relativePathToApp = " app"
You can’t perform that action at this time.
0 commit comments