recheck
recheck copied to clipboard
Build with a JDK > 8 took long time
Before submission, please check that ...
- [x] this is related specifically to recheck and not its extension (e.g. recheck-web).
- [x] the documentation does not mention a fix (e.g. wrong API usage, ...).
- [x] the bug is not related to a customization (e.g. custom implementations).
- [x] there are no open or closed issues that are related to this problem.
Describe the Bug
While I git clone the files to my folder, and open Eclipse then import the maven project, I run the project with mvn install
Then the project start installing and compiling the dependencies. I'd add the recheck dependencies to pom.xml:
However, several hours passed, and the installation is not terminated yet:
How to Reproduce?
Steps to reproduce the behavior:
- git clone the whole recheck to local folder
- Open the pom.xml and add recheck dependencies to the dependency part
- Open Eclipse, import the maven project, then click
Run as
->maven install
Setup
- recheck: 1.11.1(latest)
- Testing framework:
- OS: Windows 10
- Java version: Java 15
Additional Context
Thanks for reporting. I investigated and found that the problem is the build with a JDK > 8. I will further investigate in the next days.
I can't reproduce the problem anymore, I guess it was a problem in javac
and it's gone with the current JDK version. Can you try again and if the problem still occurs send me the output of mvn -version
?