Skip to content

Commit 20b7418

Browse files
committed
Remove unused compile option
1 parent ff90dff commit 20b7418

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ publishingConventions {
6060

6161
testingConventions { testGradleVersions("6.8.3", "6.9.4", "7.0.2", "8.0.2", "8.14.3") }
6262

63-
tasks.compileTestJava { options.release = 11 } // allow tests to run against 6.x
64-
6563
val generateCapabilitiesList =
6664
tasks.register<CapabilityListing>("generateCapabilitiesList") {
6765
pluginClasses.from(tasks.jar)

0 commit comments

Comments
 (0)