Skip to content

Commit

Permalink
chore: Upgrade Gradle to 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 12, 2022
1 parent b9fe94e commit 1b1579f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Pact-JVM Build

on:
push:
branches: [ master, v4.1.x, v4.3.x, v4.4.x ]
branches: [ master, v4.1.x, v4.3.x, v4.4.x, v4.5.x ]
pull_request:
branches: [ master, v4.1.x, v4.3.x, v4.4.x ]
branches: [ master, v4.1.x, v4.3.x, v4.4.x, v4.5.x ]

jobs:
latest_jdk:
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1b1579f

Please sign in to comment.