Skip to content

Commit

Permalink
chore: upgrade min version to 7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notdryft committed Sep 20, 2024
1 parent b075138 commit d499df6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK11
- name: Set up JDK17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Retrieve tag name
uses: little-core-labs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Check
uses: gradle/gradle-build-action@v3
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
# Our own build should use the least supported version
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/test/groovy/helper/GatlingFuncSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ abstract class GatlingFuncSpec extends GatlingSpec {
createRunner(gradleArgs).build()
}

protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["7.1", "7.6.2", "8.0", "8.2.1", "8.10.1"]
protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["7.6.2", "8.0", "8.2.1", "8.10.1"]
}

0 comments on commit d499df6

Please sign in to comment.