Skip to content

Commit bb68561

Browse files
authored
Update build script to use java 15
1 parent 2c74166 commit bb68561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- uses: actions/checkout@v2
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
26-
- name: Set up JDK 11
26+
- name: Set up JDK 15
2727
uses: actions/setup-java@v1
2828
with:
29-
java-version: 11
29+
java-version: 15
3030
- name: Cache SonarCloud packages
3131
uses: actions/cache@v1
3232
with:

0 commit comments

Comments
 (0)