Remove defaultTasks to fix IDEA-231214 issue that make these tasks be build during project import
This commit is contained in:
committed by
Pavel Punegov
parent
76d4561520
commit
59e71018da
+2
-1
@@ -52,7 +52,8 @@ apply plugin: org.jetbrains.kotlin.GradleWrappers
|
||||
wrappers.projects = ['samples', 'samples/calculator', 'samples/androidNativeActivity', 'samples/cocoapods/kotlin-library']
|
||||
wrapper.distributionType = Wrapper.DistributionType.ALL
|
||||
|
||||
defaultTasks 'clean', 'dist'
|
||||
// FIXME: Remove until IDEA-231214 is fixed.
|
||||
//defaultTasks 'clean', 'dist'
|
||||
|
||||
convention.plugins.platformInfo = PlatformInfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user