plugins { id("otel.java-conventions") } tasks.withType().configureEach { with(options) { release.set(11) } }