uschindler commented on code in PR #13572: URL: https://github.com/apache/lucene/pull/13572#discussion_r1759686028
########## gradle/java/javac.gradle: ########## @@ -24,7 +24,11 @@ allprojects { project -> // Use 'release' flag instead of 'source' and 'target' tasks.withType(JavaCompile) { - options.compilerArgs += ["--release", rootProject.minJavaVersion.toString()] + options.compilerArgs += ["--release", rootProject.minJavaVersion.toString(), "--enable-preview"] Review Comment: No need for this when everything is moved to java21 folder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org