File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 20
20
<properties >
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
<project .nameLowercase>irscrutinizer</project .nameLowercase>
23
- <bundledjdk_url_sans_file >https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/</bundledjdk_url_sans_file >
23
+ <bundledjdk_url_sans_file .linux >https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/</bundledjdk_url_sans_file .linux >
24
24
<bundledjdk .linux>OpenJDK21U-jdk_x64_linux_hotspot_21.0.1_12.tar.gz</bundledjdk .linux>
25
- <bundledjdk .windows>OpenJDK11U-jdk_x86-32_windows_hotspot_11.0.5_10.zip</bundledjdk .windows>
25
+ <bundledjdk_url_sans_file .windows>https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9/</bundledjdk_url_sans_file .windows>
26
+ <bundledjdk .windows>OpenJDK17U-jdk_x86-32_windows_hotspot_17.0.9_9.zip</bundledjdk .windows>
27
+ <bundledjdk_url_sans_file .mac>*** Currently not working ***</bundledjdk_url_sans_file .mac>
26
28
<bundledjdk .mac>OpenJDK11U-jdk_x64_mac_hotspot_11.0.5_10.tar.gz</bundledjdk .mac>
27
29
<inno_path >${basedir}/Inno_Setup_6/ISCC.exe</inno_path >
28
30
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 9
9
</xsl : template >
10
10
11
11
<xsl : template match =" pom:properties" >
12
- <xsl : value-of select =" pom:bundledjdk_url_sans_file" />
13
12
<xsl : choose >
14
- <xsl : when test =" $SYSTEM = 'linux'" >
15
- <xsl : value-of select =" //pom:project/pom:properties/pom:bundledjdk.linux" />
16
- </xsl : when >
17
- <xsl : when test =" $SYSTEM = 'windows'" >
18
- <xsl : value-of select =" //pom:project/pom:properties/pom:bundledjdk.windows" />
19
- </xsl : when >
20
- <xsl : when test =" $SYSTEM = 'mac'" >
21
- <xsl : value-of select =" //pom:project/pom:properties/pom:bundledjdk.mac" />
22
- </xsl : when >
23
- <xsl : otherwise >
24
- <xsl : text >ERROR</xsl : text >
25
- </xsl : otherwise >
26
- </xsl : choose >
13
+ <xsl : when test =" $SYSTEM = 'linux'" >
14
+ <xsl : value-of select =" pom:bundledjdk_url_sans_file.linux" />
15
+ <xsl : value-of select =" pom:bundledjdk.linux" />
16
+ </xsl : when >
17
+ <xsl : when test =" $SYSTEM = 'windows'" >
18
+ <xsl : value-of select =" pom:bundledjdk_url_sans_file.windows" />
19
+ <xsl : value-of select =" //pom:project/pom:properties/pom:bundledjdk.windows" />
20
+ </xsl : when >
21
+ <xsl : when test =" $SYSTEM = 'mac'" >
22
+ <xsl : value-of select =" pom:bundledjdk_url_sans_file.mac" />
23
+ <xsl : value-of select =" //pom:project/pom:properties/pom:bundledjdk.mac" />
24
+ </xsl : when >
25
+ <xsl : otherwise >
26
+ <xsl : text >ERROR</xsl : text >
27
+ </xsl : otherwise >
28
+ </xsl : choose >
27
29
</xsl : template >
28
30
</xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments