Skip to content

Commit

Permalink
Attempt to fix TCK download.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
  • Loading branch information
spericas committed Mar 8, 2024
1 parent 3640a0f commit 9d62e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microprofile/tests/tck/tck-core-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<configuration>
<target>
<!-- If you use proxy you need to set it as a system properties -->
<get skipexisting="true" src="https://www.eclipse.org/downloads/download.php?file=/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-core-profile-tck-${version.lib.microprofile-core-profile}.zip" dest="jakarta-core-profile-tck-${version.lib.microprofile-core-profile}.zip"/>
<get skipexisting="true" src="https://www.eclipse.org/downloads/download.php?file=/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-core-profile-tck-${version.lib.microprofile-core-profile}.zip&amp;mirror_id=1281" dest="jakarta-core-profile-tck-${version.lib.microprofile-core-profile}.zip"/>
<unzip src="jakarta-core-profile-tck-${version.lib.microprofile-core-profile}.zip" dest="./target"/>
<chmod file="artifact-install.sh" perm="+x"/>
<exec executable="sh">
Expand Down

0 comments on commit 9d62e10

Please sign in to comment.