rmuir opened a new issue, #14868:
URL: https://github.com/apache/lucene/issues/14868

   ### Description
   
   Cause of a lot of my confusion over #14865. I don't think this gradle logic 
is working properly, I think the change is very recent.
   
   No `.settings/ folder` is created, which is the biggest downside, no ecj 
check
   
   You don't even see the logging statements "Eclipse config for Java..." 
anymore. try it:
   ```
   $ git clean -xdf
   $ ./gradlew eclipse
   $ ./gradlew eclipse
   Downloading gradle-wrapper.jar from 
https://raw.githubusercontent.com/gradle/gradle/v8.14.0/gradle/wrapper/gradle-wrapper.jar
   Generating gradle.properties
   To honour the JVM settings for this build a single-use Daemon process will 
be forked. For more on this, please refer to 
https://docs.gradle.org/8.14/userguide/gradle_daemon.html#sec:disabling_the_daemon
 in the Gradle documentation.
   Daemon will be stopped at the end of the build 
   
   > Task :build-infra:compileJava
   Note: 
/home/rmuir/workspace/lucene/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/Checksum.java
 uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   [Incubating] Problems report is available at: 
file:///home/rmuir/workspace/lucene/build/reports/problems/problems-report.html
   
   BUILD SUCCESSFUL in 33s
   9 actionable tasks: 9 executed
   ```


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