File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ install:
10
10
Add-Type -AssemblyName System.IO.Compression.FileSystem
11
11
if (!(Test-Path -Path "C:\ant\apache-ant-1.10.2" )) {
12
12
(new-object System.Net.WebClient).DownloadFile(
13
- 'http ://www.mirrorservice.org/sites/ftp. apache.org//ant/binaries/apache-ant-1.10.2 -bin.zip',
13
+ 'https ://www.apache.org/dist /ant/binaries/apache-ant-1.10.5 -bin.zip',
14
14
'C:\ant-bin.zip'
15
15
)
16
16
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\ant-bin.zip", "C:\ant")
17
17
}
18
- - cmd : SET JAVA_HOME=C:\Program Files\Java\jdk9
19
- - cmd : SET PATH=C:\ant\apache-ant-1.10.2 \bin;%JAVA_HOME%\bin;%PATH%
18
+ - cmd : SET JAVA_HOME=C:\Program Files\Java\jdk10
19
+ - cmd : SET PATH=C:\ant\apache-ant-1.10.5 \bin;%JAVA_HOME%\bin;%PATH%
20
20
- cmd : echo %USERPROFILE%
21
21
- cmd : echo %PATH%
22
22
- cmd : java -version
You can’t perform that action at this time.
0 commit comments