File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ intellij {
4141 " buildSearchableOptions" {
4242 enabled = false
4343 }
44+
45+ test {
46+ systemProperty(" idea.force.use.core.classloader" , " true" )
47+ }
4448 }
4549}
4650
@@ -67,3 +71,10 @@ wrapper {
6771}
6872
6973test. testLogging. exceptionFormat = TestExceptionFormat . FULL
74+
75+ allprojects {
76+ test {
77+ scanForTestClasses false
78+ include " **/*Test.class"
79+ }
80+ }
Original file line number Diff line number Diff line change 1- ideaVersion = IU-2021.2. 3
2- phpPluginVersion = 212.5457.49
3- twigPluginVersion = 212.5457.16
4- dqlPluginVersion = 212.4746.52
1+ ideaVersion = IU-2021.3
2+ phpPluginVersion = 213.5744.279
3+ twigPluginVersion = 213.5744.224
4+ dqlPluginVersion = 213.5744.125
55toolboxPluginVersion = 0.4.6
66annotationPluginVersion = 5.3
You can’t perform that action at this time.
0 commit comments