Skip to content

Commit

Permalink
Gradle 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 13, 2023
1 parent d84879f commit fe7d720
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
gradleVersion:
- "7.6"
- "8.2"
- "8.2.1"
os:
- windows-latest
- ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable-unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [ workflow_call ]

jobs:
baseUnitTest:
name: Gradle 8.2 @ ubuntu-latest
name: Gradle 8.2.1 @ ubuntu-latest
uses: ./.github/workflows/reusable-single-unitTest.yml
with:
gradleVersion: "8.2"
gradleVersion: "8.2.1"
os: ubuntu-latest
script: |
mkdir /tmp/empty_dir
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
gradleVersion:
- "7.6"
- "8.2"
- "8.2.1"
os:
- windows-latest
- ubuntu-latest
Expand All @@ -45,4 +45,4 @@ jobs:
rmdir /tmp/empty_dir
exclude:
- os: ubuntu-latest
gradleVersion: "8.2"
gradleVersion: "8.2.1"
2 changes: 1 addition & 1 deletion .github/workflows/single-unitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: "Gradle Version"
required: true
type: string
default: "8.2"
default: "8.2.1"
os:
description: "Operation System"
required: true
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ project {
}

val operatingSystems = listOf("Linux", "Windows", "macOS")
val gradleVersions = listOf("7.6", "8.2")
val gradleVersions = listOf("7.6", "8.2.1")

val buildChain = sequential {
operatingSystems.forEach { os ->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ossrhUsername=
ossrhPassword=
pluginsRepository=https://cache-redirector.jetbrains.com/plugins.jetbrains.com/maven

gradleVersion=8.2
gradleVersion=8.2.1
kotlinVersion=1.9.0

testGradleVersion=
Expand Down
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\://cache-redirector.jetbrains.com/services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://cache-redirector.jetbrains.com/services.gradle.org/distributions/gradle-8.2.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit fe7d720

Please sign in to comment.