Add gradle.properties with kotlin.stdlib.default.dependency=false for tests
In the master version of plugin dependencies on stdlibs are enabled by default. It is not expected for some tests. Flag kotlin.stdlib.default.dependency=false fixed it.
This commit is contained in:
+1
@@ -0,0 +1 @@
|
|||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
@@ -3,4 +3,5 @@ coroutines_version = 1.1.1
|
|||||||
moowork_node = 1.2.0
|
moowork_node = 1.2.0
|
||||||
|
|
||||||
org.gradle.paralllel=true
|
org.gradle.paralllel=true
|
||||||
kotlin.parallel.tasks.in.project=true
|
kotlin.parallel.tasks.in.project=true
|
||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
Vendored
+1
@@ -0,0 +1 @@
|
|||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
kotlin.stdlib.default.dependency=false
|
||||||
Reference in New Issue
Block a user