forked from loafle/openapi-generator-original
* Add async native Java Client * UPDATE: Reformat the samples * test java native async in drone.io * update test count Co-authored-by: William Cheng <wing328hk@gmail.com>
17 lines
323 B
YAML
17 lines
323 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
|