Merge branch '2.5.x' into 2.6.x

Closes gh-29954
This commit is contained in:
Andy Wilkinson
2022-02-22 20:08:31 +00:00
3 changed files with 3 additions and 25 deletions

View File

@@ -161,18 +161,6 @@ sourceSets {
}
}
compileKotlin {
kotlinOptions {
jvmTarget = 1.8
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = 1.8
}
}
toolchain {
testJvmArgs.add("--add-opens=java.base/java.net=ALL-UNNAMED")
}