Merge branch '2.7.x'

This commit is contained in:
Andy Wilkinson
2022-02-22 20:13:28 +00:00
3 changed files with 1 additions and 24 deletions

View File

@@ -178,18 +178,6 @@ sourceSets {
}
}
compileKotlin {
kotlinOptions {
jvmTarget = 1.8
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = 1.8
}
}
test {
jvmArgs += "--add-opens=java.base/java.net=ALL-UNNAMED"
}