uschindler commented on issue #12655:
URL: https://github.com/apache/lucene/issues/12655#issuecomment-1759287508

   This fixes the logging problem:
   
   ```patch
   diff --git a/gradle/generation/extract-jdk-apis.gradle 
b/gradle/generation/extract-jdk-apis.gradle
   index 28f56ea6432..020dc052813 100644
   --- a/gradle/generation/extract-jdk-apis.gradle
   +++ b/gradle/generation/extract-jdk-apis.gradle
   @@ -38,7 +38,7 @@ configure(project(":lucene:core")) {
        apiextractor "org.ow2.asm:asm:${scriptDepVersions['asm']}"
      }
    
   -  for (jdkVersion : mrjarJavaVersions) {
   +  mrjarJavaVersions.each { jdkVersion ->
        def task = tasks.create(name: "generateJdkApiJar${jdkVersion}", type: 
JavaExec) {
          description "Regenerate the API-only JAR file with public Panama 
Foreign & Vector API from JDK ${jdkVersion}"
          group "generation"
   ```


-- 
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

Reply via email to