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 ff90dff commit 20b7418Copy full SHA for 20b7418
build.gradle.kts
@@ -60,8 +60,6 @@ publishingConventions {
60
61
testingConventions { testGradleVersions("6.8.3", "6.9.4", "7.0.2", "8.0.2", "8.14.3") }
62
63
-tasks.compileTestJava { options.release = 11 } // allow tests to run against 6.x
64
-
65
val generateCapabilitiesList =
66
tasks.register<CapabilityListing>("generateCapabilitiesList") {
67
pluginClasses.from(tasks.jar)
0 commit comments