Skip to content

Commit

Permalink
Update reference to java version used.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 21, 2023
1 parent c9337e1 commit b4fa7fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
which java
which mvn
echo ---- rt.jar should be listed below
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/ -name "*.jar"
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.9-9/x64/ -name "*.jar"
- name: xvfb
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
which java
which mvn
echo ---- rt.jar should be listed below
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/ -name "*.jar"
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.9-9/x64/ -name "*.jar"
- name: xvfb
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ TEST_PYDEV_BASE_LOC=/home/runner/work/Pydev/Pydev/plugins/
PYTHON_LIB=/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/

#java info
JAVA_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/bin/java
JAVA_RT_JAR_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.8-101/x64/lib/rt.jar
JAVA_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.9-9/x64/bin/java
JAVA_RT_JAR_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/17.0.9-9/x64/lib/rt.jar

#Jython
JYTHON_JAR_LOCATION=/home/runner/work/Pydev/jython_install_dir/jython.jar
Expand Down

0 comments on commit b4fa7fc

Please sign in to comment.