-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build the gwt-site with Maven doesn't work #332
Comments
Can you share the test failure? I have not seen these fail, in my very limited testing. Locally:
In a dedicated docker image to build this output (rather than downloading pre-built output), you can see we don't skip tests there either: https://github.com/Vertispan/gwtproject.org/blob/main/www/Dockerfile#L6-L15 |
Java version:
Maven version:
Here is my local build:
|
OK, I test again with Java 11. The test works with Java 11 but not with Java 17 (see above). Maybe just write Java 11 as a condition? |
@lofidewanto , @niloc132 |
As long as 11 and 8 work, we're going to leave this as low priority. Patches definitely welcome to update our Pegdown impl, including replacing it with another markdown processor, in a way that doesn't substantially change our output. Likely we could just add an --add-opens for java.lang too when invoking this, as a workaround. |
With JAVA 17 you need to specify the _JAVA_OPTIONS like this: |
|
Building with Maven only, as documented in the README doesn't work:
mvn clean install -Pgrunt
Instead I need to deactivate the tests:
mvn clean install -Pgrunt -DskipTests
The text was updated successfully, but these errors were encountered: