Skip to content

Commit f663217

Browse files
authored
Merge pull request #1874 from holly-cummins/improve-java-version-clarity
Correct Java versions in developer-facing content
2 parents 286861e + 4670fa8 commit f663217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
module: [ core, 'consumer -x :consumer:junit:clojureTest', provider, pact-specification-test ]
1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Set up JDK 19
18+
- name: Set up JDK 18
1919
uses: actions/setup-java@v3
2020
with:
2121
distribution: temurin
@@ -38,7 +38,7 @@ jobs:
3838
jdk: [ 17, 18 ]
3939
steps:
4040
- uses: actions/checkout@v2
41-
- name: Set up JDK
41+
- name: Set up JDK ${{ matrix.jdk }}
4242
uses: actions/setup-java@v3
4343
with:
4444
distribution: temurin

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Most of Pact-JVM is written in Kotlin and is built with Gradle. Tests are written using [Spock](https://spockframework.org/).
1212

13-
Before you build, install java 11, `Gradle` and `Maven` (Maven is required to build the Maven plugin).
13+
Before you build, install java 17, `Gradle` and `Maven` (Maven is required to build the Maven plugin).
1414

1515
#### To build the libraries:
1616

0 commit comments

Comments
 (0)