You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2023/03/15 08:53:04 UTC

[xmlgraphics-fop-pdf-images] branch temp/ssteiner-github created (now 3a971f2)

This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a change to branch temp/ssteiner-github
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git


      at 3a971f2  Upgrade CI JDK

This branch includes the following new commits:

     new 3a971f2  Upgrade CI JDK

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org


[xmlgraphics-fop-pdf-images] 01/01: Upgrade CI JDK

Posted by ss...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a commit to branch temp/ssteiner-github
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git

commit 3a971f25eae80ec33828d11ce5da52c59113341b
Author: Simon Steiner <ss...@apache.org>
AuthorDate: Wed Mar 15 08:52:47 2023 +0000

    Upgrade CI JDK
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e07577b..43209c5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - run: |
-        wget -O $RUNNER_TEMP/java_package.tar.gz -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz
+        wget -O $RUNNER_TEMP/java_package.tar.gz --no-cookies --no-check-certificate --header Cookie: oraclelicense=accept-securebackup-cookie https://javadl.oracle.com/webapps/download/GetFile/1.8.0_361-b09/0ae14417abb444ebb02b9815e2103550/linux-i586/jdk-8u361-linux-x64.tar.gz
     - uses: actions/setup-java@v3
       with:
         distribution: 'jdkfile'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org