1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Compile to Java 17 bytecode (#2304)

Also fix a linter warning.
This commit is contained in:
Lai Jiang
2024-01-25 18:29:07 -05:00
committed by GitHub
parent 58ec0f826d
commit c0ac9bdba4
5 changed files with 9 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL