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