exasol / sql-statement-builder

Build SQL statements safely without string concatenation
MIT License
25 stars 4 forks source link

Travis CI fails to build with openjdk11 #21

Closed AnastasiiaSergienko closed 4 years ago

AnastasiiaSergienko commented 5 years ago

Description

I did a small commit with one change in README.md file and after that Travis CI failed to build the project with openjdk11.

Steps to Reproduce

  1. Commit into a new branch with pull request
  2. Build with openjdk8 passed.
  3. Build with openjdk11 failed.

Expected behavior

I expected build to be successfully passed.

Environment

Additional context

Error message:

[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.766 s [INFO] Finished at: 2019-01-30T11:43:14Z [INFO] Final Memory: 23M/84M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on project sql-statement-builder: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module. [ERROR] [ERROR] Command line was: /home/travis/openjdk11/bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/home/travis/build/exasol/sql-statement-builder/target/apidocs' dir. [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException The command "mvn clean install" exited with 1.

AnastasiiaSergienko commented 4 years ago

Buildworks after we ported the project to java 11 #82