test jdk10, fix javadoc issue (#1335)

This commit is contained in:
William Cheng
2018-10-27 18:54:16 +08:00
committed by GitHub
parent fc0a0d2cda
commit d7d5e712e2
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public class JavaJerseyServerCodegen extends AbstractJavaJAXRSServerCodegen {
protected static final String LIBRARY_JERSEY2 = "jersey2";
/**
* Default library template to use. (Default:{@value #DEFAULT_JERSEY_LIBRARY})
* Default library template to use. (Default: jersey2)
*/
public static final String DEFAULT_JERSEY_LIBRARY = LIBRARY_JERSEY2;
public static final String USE_TAGS = "useTags";

View File

@@ -1,7 +1,7 @@
language: java
jdk:
- openjdk9
- oraclejdk10
build:
cache: true
@@ -11,7 +11,7 @@ build:
- $SHIPPABLE_REPO_DIR/samples/client/petstore/elixir/deps
ci:
- java -version
- mvn --quiet clean install
- mvn --quiet clean install -Dmaven.javadoc.skip=true
# ensure all modifications created by 'mature' generators are in the git repo
# below move to CircleCI ./bin/utils/ensure-up-to-date
# prepare environment for tests