forked from loafle/openapi-generator-original
Minor fixes post-release (#6204)
* minor fixes post release * update gradle version * comment out rust server test
This commit is contained in:
@@ -84,7 +84,7 @@ buildscript {
|
||||
// url "https://plugins.gradle.org/m2/"
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:4.2.3"
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:4.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "gradle.plugin.org.gradle.kotlin:gradle-kotlin-dsl-plugins:1.1.3"
|
||||
classpath "com.gradle.publish:plugin-publish-plugin:0.10.1"
|
||||
classpath "com.gradle.publish:plugin-publish-plugin:0.11.0"
|
||||
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.20.0"
|
||||
classpath "de.marcphilipp.gradle:nexus-publish-plugin:0.2.0"
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
|
||||
<gradleVersion>5.2.1</gradleVersion>
|
||||
<gradleVersion>5.6.4</gradleVersion>
|
||||
</properties>
|
||||
|
||||
<pluginRepositories>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# RELEASE_VERSION
|
||||
openApiGeneratorVersion=4.3.1-SNAPSHOT
|
||||
openApiGeneratorVersion=5.0.0-SNAPSHOT
|
||||
# /RELEASE_VERSION
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -1237,7 +1237,7 @@
|
||||
<module>samples/server/petstore/python-flask-python2</module>
|
||||
<module>samples/server/petstore/php-slim</module>
|
||||
<module>samples/server/petstore/php-slim4</module>
|
||||
<module>samples/server/petstore/rust-server</module>
|
||||
<!--<module>samples/server/petstore/rust-server</module>-->
|
||||
<!-- clients -->
|
||||
<module>samples/client/petstore/bash</module>
|
||||
<module>samples/client/petstore/c</module>
|
||||
|
||||
Reference in New Issue
Block a user