File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
csv-validator-distribution Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111<assembly xmlns =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
1212 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1313 xsi : schemaLocation =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd" >
14- <id >bin-win32 -with-jre</id >
14+ <id >bin-win64 -with-jre</id >
1515 <formats >
1616 <format >zip</format >
1717 </formats >
Original file line number Diff line number Diff line change 2323 <goal >wget</goal >
2424 </goals >
2525 <configuration >
26- <url >https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jre_x86-32_windows_hotspot_11 .0.21_9.zip</url >
26+ <url >https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jre_x64_windows_hotspot_11 .0.21_9.zip</url >
2727 <unpack >false</unpack >
2828 <outputDirectory >${project.build.directory} </outputDirectory >
2929 </configuration >
4343 </goals >
4444 <configuration >
4545 <target >
46- <unzip dest =" ${project.build.directory}/jre_tmp/" src =" ${project.build.directory}/OpenJDK11U-jre_x86-32_windows_hotspot_11 .0.21_9.zip" />
46+ <unzip dest =" ${project.build.directory}/jre_tmp/" src =" ${project.build.directory}/OpenJDK11U-jre_x64_windows_hotspot_11 .0.21_9.zip" />
4747 <move todir =" ${project.build.directory}/jre-windows/" >
4848 <fileset dir =" ${project.build.directory}/jre_tmp/jdk-11.0.21+9-jre/" >
4949 <include name =" **/*" />
You can’t perform that action at this time.
0 commit comments