forked from loafle/openapi-generator-original
update samples, re-enable ensure-up-to-date
This commit is contained in:
parent
f664938d8e
commit
e7c05f16db
@ -1 +1 @@
|
|||||||
3.2.3-SNAPSHOT
|
3.3.0-SNAPSHOT
|
@ -116,7 +116,7 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<openapi-generator-version>3.2.3</openapi-generator-version>
|
<openapi-generator-version>3.3.0-SNAPSHOT</openapi-generator-version>
|
||||||
<maven-plugin-version>1.0.0</maven-plugin-version>
|
<maven-plugin-version>1.0.0</maven-plugin-version>
|
||||||
<junit-version>4.8.1</junit-version>
|
<junit-version>4.8.1</junit-version>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -1 +1 @@
|
|||||||
3.2.3-SNAPSHOT
|
3.3.0-SNAPSHOT
|
@ -12,7 +12,7 @@ build:
|
|||||||
ci:
|
ci:
|
||||||
- mvn --quiet clean install
|
- mvn --quiet clean install
|
||||||
# ensure all modifications created by 'mature' generators are in the git repo
|
# ensure all modifications created by 'mature' generators are in the git repo
|
||||||
#- ./bin/utils/ensure-up-to-date
|
- ./bin/utils/ensure-up-to-date
|
||||||
# prepare environment for tests
|
# prepare environment for tests
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
# install stack
|
# install stack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user