forked from loafle/openapi-generator-original
* add echo tests with java native client * fix echo server * fix github * add npm install * update samples * add license header * update smaples * add test for array of string * fix java native respone type casting * better code format * add license header
17 lines
322 B
YAML
17 lines
322 B
YAML
#
|
|
# Generated by: https://openapi-generator.tech
|
|
#
|
|
language: java
|
|
jdk:
|
|
- oraclejdk11
|
|
before_install:
|
|
# ensure gradlew has proper permission
|
|
- chmod a+x ./gradlew
|
|
script:
|
|
# test using maven
|
|
- mvn test
|
|
# uncomment below to test using gradle
|
|
# - gradle test
|
|
# uncomment below to test using sbt
|
|
# - sbt test
|