forked from loafle/openapi-generator-original
test jdk10, fix javadoc issue (#1335)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user