mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
90512e6326
* remove php apache license * remove apache license from C# * remove apache license in objc code * remove license from swift 3 code * remove apache license from perl code * remove license from scala code * remove license from ts, go, android, cpp, scala * remove license from java api client * restore clojure petstore files * remove license from travis file * clean up apache-related terms in php, ruby, python mustache tempaltes * remove license from JS API cilent
18 lines
357 B
YAML
18 lines
357 B
YAML
#
|
|
# Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
#
|
|
language: java
|
|
jdk:
|
|
- oraclejdk8
|
|
- oraclejdk7
|
|
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
|