Skip to content

Commit 274f777

Browse files
committed
Set javaVersion property in pipeline to avoid warnings on Java 17
1 parent 49b1cca commit 274f777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
java-version: ${{ matrix.java }}
2323
- uses: gradle/gradle-build-action@v2
2424
- name: Build
25-
run: ./gradlew :server:build :shared:build
25+
run: ./gradlew :server:build :shared:build -PjavaVersion=${{ matrix.java }}

0 commit comments

Comments
 (0)