Skip to content

Commit 0be0a0e

Browse files
committed
add java distribution
1 parent 5e52052 commit 0be0a0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/Build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: FileSystem [Build]
22

33
env:
44
JAVA_VERSION: 11
5+
JAVA_DISTRIBUTION: microsoft
56
DOTNET_VERSION: 6.0.x
67
DOTNET_BUILD_CONFIGURATION: Release
78
SONAR_PATH: .\.sonar\scanner
@@ -32,6 +33,7 @@ jobs:
3233
uses: actions/setup-java@v3
3334
with:
3435
java-version: ${{ env.JAVA_VERSION }}
36+
distribution: ${{ env.JAVA_DISTRIBUTION }}
3537

3638
- name: Setup .NET
3739
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)