File tree Expand file tree Collapse file tree 16 files changed +27
-17
lines changed
openapi-generator-gradle-plugin
openapi-generator-maven-plugin Expand file tree Collapse file tree 16 files changed +27
-17
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,22 @@ jobs:
3434 restore-keys : |
3535 ${{ runner.os }}-test-gradle-plugin-${{ env.cache-name }}-
3636 ${{ runner.os }}-test-gradle-plugin-
37- - name : Run tests
37+ - name : mvn clean install
38+ run : |
39+ ./mvnw clean --no-snapshot-updates --batch-mode --quiet install -DskipTests -Dorg.slf4j.simpleLogger.defaultLogLevel=error
40+ - name : Run tests with wrapper
3841 env :
3942 GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
4043 run : |
41- ./mvnw clean --no-snapshot-updates --batch-mode --quiet install -DskipTests -Dorg.slf4j.simpleLogger.defaultLogLevel=error
4244 (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew buildGoSdk) # using gradle-6.8.3 via wrapper
4345 (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew openApiGenerate)
4446 (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew buildDotnetSdk)
47+ - name : Setup Gradle
48+ uses : gradle/gradle-build-action@v3
49+ with :
50+ gradle-version : ' 8.14.3'
51+ - name : Run tests without wrapper
52+ env :
53+ GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
54+ run : |
4555 (cd modules/openapi-generator-gradle-plugin/samples/local-spec && gradle buildJavaResttemplateSdk) # not using gradle wrapper
Original file line number Diff line number Diff line change 44 <groupId >org.openapitools</groupId >
55 <artifactId >openapi-generator-project</artifactId >
66 <!-- RELEASE_VERSION -->
7- <version >7.15.0-SNAPSHOT </version >
7+ <version >7.15.0</version >
88 <!-- /RELEASE_VERSION -->
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
Original file line number Diff line number Diff line change 66 <artifactId >openapi-generator-project</artifactId >
77 <groupId >org.openapitools</groupId >
88 <!-- RELEASE_VERSION -->
9- <version >7.15.0-SNAPSHOT </version >
9+ <version >7.15.0</version >
1010 <!-- /RELEASE_VERSION -->
1111 <relativePath >../../pom.xml</relativePath >
1212 </parent >
Original file line number Diff line number Diff line change 11# RELEASE_VERSION
2- openApiGeneratorVersion =7.15.0-SNAPSHOT
2+ openApiGeneratorVersion =7.15.0
33# /RELEASE_VERSION
44
55# BEGIN placeholders
Original file line number Diff line number Diff line change 44 <groupId >org.openapitools</groupId >
55 <artifactId >openapi-generator-project</artifactId >
66 <!-- RELEASE_VERSION -->
7- <version >7.15.0-SNAPSHOT </version >
7+ <version >7.15.0</version >
88 <!-- /RELEASE_VERSION -->
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
Original file line number Diff line number Diff line change 11# RELEASE_VERSION
2- openApiGeneratorVersion =7.15.0-SNAPSHOT
2+ openApiGeneratorVersion =7.15.0
33# /RELEASE_VERSION
Original file line number Diff line number Diff line change 1313 <groupId >org.openapitools</groupId >
1414 <artifactId >openapi-generator-maven-plugin</artifactId >
1515 <!-- RELEASE_VERSION -->
16- <version >7.15.0-SNAPSHOT </version >
16+ <version >7.15.0</version >
1717 <!-- /RELEASE_VERSION -->
1818 <executions >
1919 <execution >
Original file line number Diff line number Diff line change 1515 <groupId >org.openapitools</groupId >
1616 <artifactId >openapi-generator-maven-plugin</artifactId >
1717 <!-- RELEASE_VERSION -->
18- <version >7.15.0-SNAPSHOT </version >
18+ <version >7.15.0</version >
1919 <!-- /RELEASE_VERSION -->
2020 <executions >
2121 <execution >
Original file line number Diff line number Diff line change 1919 <groupId >org.openapitools</groupId >
2020 <artifactId >openapi-generator-maven-plugin</artifactId >
2121 <!-- RELEASE_VERSION -->
22- <version >7.15.0-SNAPSHOT </version >
22+ <version >7.15.0</version >
2323 <!-- /RELEASE_VERSION -->
2424 <dependencies >
2525 <dependency >
Original file line number Diff line number Diff line change 1313 <groupId >org.openapitools</groupId >
1414 <artifactId >openapi-generator-maven-plugin</artifactId >
1515 <!-- RELEASE_VERSION -->
16- <version >7.15.0-SNAPSHOT </version >
16+ <version >7.15.0</version >
1717 <!-- /RELEASE_VERSION -->
1818 <executions >
1919 <execution >
You can’t perform that action at this time.
0 commit comments