Skip to content

Commit

Permalink
Revert "update to gradle 8.7"
Browse files Browse the repository at this point in the history
This reverts commit fa16292.
  • Loading branch information
wing328 committed Apr 21, 2024
1 parent fa16292 commit d94897a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions modules/openapi-generator-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("java-gradle-plugin")
id("maven-publish")
id("org.gradle.kotlin.kotlin-dsl") version "4.3.0"
id("org.jetbrains.kotlin.jvm") version "1.9.0"
id("org.gradle.kotlin.kotlin-dsl") version "2.4.1"
id("org.jetbrains.kotlin.jvm") version "1.7.10"
id("signing")
}

Expand Down Expand Up @@ -41,7 +41,7 @@ repositories {

dependencies {
implementation("org.openapitools:openapi-generator:$openApiGeneratorVersion")
testImplementation("org.jetbrains.kotlin:kotlin-test-testng:1.9.10")
testImplementation("org.jetbrains.kotlin:kotlin-test-testng:1.7.10")
}

tasks.named("test", Test).configure {
Expand All @@ -63,7 +63,7 @@ tasks.named("test", Test).configure {

tasks.withType(KotlinCompile).configureEach {
kotlinOptions {
jvmTarget = "11"
jvmTarget = "1.8"
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion modules/openapi-generator-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<gradleVersion>8.7</gradleVersion>
<gradleVersion>7.6.2</gradleVersion>
<gradle-tooling.version>7.3-20210825160000+0000</gradle-tooling.version>
</properties>

Expand Down

0 comments on commit d94897a

Please sign in to comment.