Skip to content

Commit 978cef3

Browse files
Update complete-workflow.yml
1 parent d78c14c commit 978cef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/complete-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/setup-java@v4
1212
with:
1313
java-version: '21'
14-
distribution: 'julu'
14+
distribution: 'zulu'
1515
cache: maven
1616
- name: Build with Maven cloud
1717
run: mvn -B verify sonar:sonar -Dsonar.projectKey=javaprojectreachability -Dsonar.organization=javaprojectreachability -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN

0 commit comments

Comments
 (0)