We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d38a8 commit 2b182e9Copy full SHA for 2b182e9
2 files changed
build.gradle
@@ -229,12 +229,6 @@ project(':driver-compat') {
229
classpath = sourceSets.legacy.runtimeClasspath
230
}
231
232
- tasks.withType(Test) {
233
- if (JavaVersion.current().isJava8Compatible()) {
234
- jvmArgs '-Xint'
235
- }
236
237
-
238
clirr {
239
ignoreFailures = true
240
ignoredDifferenceTypes 10000
util/build.gradle
@@ -25,8 +25,4 @@ dependencies {
25
26
sourceSets {
27
main { java.srcDirs = ['src/main'] }
28
-}
29
30
-tasks.withType(Compile) {
31
- onlyIf { JavaVersion.current().isJava7() }
32
0 commit comments