File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,6 @@ pr: none
4
4
jobs :
5
5
- job : " General"
6
6
steps :
7
- - task : Bash@3
8
- inputs :
9
- targetType : ' inline'
10
- script : |
11
- mkdir -p ./jdk/binaries/
12
- curl https://cdn.azul.com/zulu/bin/zulu11.56.19-ca-fx-jdk11.0.15-linux_x64.tar.gz --output ./jdk/zulu11.56.19-ca-fx-jdk11.0.15-linux_x64.tar.gz
13
-
14
- - task : JavaToolInstaller@0
15
- inputs :
16
- jdkFile : ./jdk/zulu11.56.19-ca-fx-jdk11.0.15-linux_x64.tar.gz
17
- versionSpec : " 11"
18
- jdkArchitectureOption : x64
19
- jdkSourceOption : LocalDirectory
20
- jdkDestinationDirectory : " ./jdk/binaries/"
21
- cleanDestinationDirectory : true
22
-
23
7
- task : Gradle@2
24
8
inputs :
25
9
workingDirectory : ' '
48
32
gradleWrapperFile : ' gradlew'
49
33
gradleOptions : ' -Xmx3072m'
50
34
javaHomeOption : ' JDKVersion'
51
- jdkVersionOption : ' 1.8 '
35
+ jdkVersionOption : ' 11 '
52
36
jdkArchitectureOption : ' x64'
53
37
publishJUnitResults : true
54
38
testResultsFiles : ' **/TEST-*.xml'
70
54
gradleWrapperFile : ' gradlew'
71
55
gradleOptions : ' -Xmx3072m'
72
56
javaHomeOption : ' JDKVersion'
73
- jdkVersionOption : ' 1.8 '
57
+ jdkVersionOption : ' 11 '
74
58
jdkArchitectureOption : ' x64'
75
59
publishJUnitResults : true
76
60
testResultsFiles : ' **/TEST-*.xml'
Original file line number Diff line number Diff line change 64
64
gradleWrapperFile : ' gradlew'
65
65
gradleOptions : ' -Xmx3072m'
66
66
javaHomeOption : ' JDKVersion'
67
- jdkVersionOption : ' 1.8 '
67
+ jdkVersionOption : ' 11 '
68
68
jdkArchitectureOption : ' x64'
69
69
publishJUnitResults : true
70
70
testResultsFiles : ' **/TEST-*.xml'
@@ -113,7 +113,7 @@ jobs:
113
113
gradleWrapperFile : ' gradlew'
114
114
gradleOptions : ' -Xmx3072m'
115
115
javaHomeOption : ' JDKVersion'
116
- jdkVersionOption : ' 1.8 '
116
+ jdkVersionOption : ' 11 '
117
117
jdkArchitectureOption : ' x64'
118
118
publishJUnitResults : true
119
119
testResultsFiles : ' **/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments