Skip to content

Commit

Permalink
Use 4.0.2-SNAPSHOT version in gradle samples (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored and jimschubert committed Jun 4, 2019
1 parent 8c9a151 commit 89d0c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build_script:
# install openapi-generator locally
- mvn clean install --quiet
# run the locally installed openapi-generator-gradle-plugin
- gradle -PopenApiGeneratorVersion=4.0.2-SNAPSHOT -b modules\openapi-generator-gradle-plugin\samples\local-spec\build.gradle buildGoSdk --info
- gradle -b modules\openapi-generator-gradle-plugin\samples\local-spec\build.gradle buildGoSdk --info
test_script:
# restore test-related files
- copy /b/v/y CI\samples.ci\client\petstore\csharp\OpenAPIClient\src\Org.OpenAPITools.Test\Org.OpenAPITools.Test.csproj samples\client\petstore\csharp\OpenAPIClient\src\Org.OpenAPITools.Test\Org.OpenAPITools.Test.csproj
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
openApiGeneratorVersion=4.0.1
openApiGeneratorVersion=4.0.2-SNAPSHOT

0 comments on commit 89d0c01

Please sign in to comment.