Skip to content

Commit 5059849

Browse files
committed
"IU-2021.3" test infrastructure
1 parent 63ffa89 commit 5059849

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6973
test.testLogging.exceptionFormat = TestExceptionFormat.FULL
74+
75+
allprojects {
76+
test {
77+
scanForTestClasses false
78+
include "**/*Test.class"
79+
}
80+
}

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
55
toolboxPluginVersion = 0.4.6
66
annotationPluginVersion = 5.3

0 commit comments

Comments
 (0)