Skip to content

Commit

Permalink
Upgrade to Gradle 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jan 8, 2024
1 parent a0ebe5c commit a08af9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ pluginPublishConventions {
}
}

dependencies {
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
}

tasks.test {
useJUnitPlatform()
maxParallelForks = 4
testing.suites.named<JvmTestSuite>("test") {
useJUnitJupiter()
dependencies {
implementation("org.spockframework:spock-core:2.3-groovy-3.0")
}
targets.all {
testTask { maxParallelForks = 4 }
}
}

tasks.publishPlugins {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a08af9e

Please sign in to comment.