Skip to content

Commit 0ac018b

Browse files
committedApr 29, 2023
steps
1 parent 62093dc commit 0ac018b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎.azure/scripts/jdk.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ parameters:
33
type: string
44
default: 8
55

6-
- task: JavaToolInstaller@0
7-
inputs:
8-
versionSpec: '$(parameters.version)'
9-
jdkArchitectureOption: 'x64'
10-
jdkSourceOption: 'PreInstalled'
6+
steps:
7+
- task: JavaToolInstaller@0
8+
inputs:
9+
versionSpec: '$(parameters.version)'
10+
jdkArchitectureOption: 'x64'
11+
jdkSourceOption: 'PreInstalled'

0 commit comments

Comments
 (0)
Please sign in to comment.