Skip to content

Commit

Permalink
Bump CASE-unstable and UCO-unstable pointers for Java upgrade
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* ucoProject/UCO#373

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jun 7, 2022
1 parent e5fa41e commit 0de414a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '11'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ all: \
test -r dependencies/UCO-unstable/README.md \
|| (echo "ERROR:Makefile:UCO-unstable submodule README.md file not found, even though UCO-unstable submodule initialized." >&2 ; exit 2)
# Retrieve rdf-toolkit.jar.
cd dependencies/CASE-Utilities-Python \
&& git submodule update --init dependencies/CASE
# TODO - After release of CASE 0.7.0 and UCO 0.9.0, rdf-toolkit.jar references should adjust to UCO-develop.
$(MAKE) \
--directory dependencies/CASE-Utilities-Python/dependencies/CASE \
--directory dependencies/CASE-unstable \
.lib.done.log
touch $@

Expand Down
2 changes: 1 addition & 1 deletion dependencies/UCO-unstable
2 changes: 1 addition & 1 deletion examples/illustrations/src/illustration-nosrc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SHELL := /bin/bash
# The expected execution context is in any sibling directory of this Makefile's directory.
top_srcdir := $(shell cd ../../.. ; pwd)

RDF_TOOLKIT_JAR := $(top_srcdir)/dependencies/CASE-Utilities-Python/dependencies/CASE/lib/rdf-toolkit.jar
RDF_TOOLKIT_JAR := $(top_srcdir)/dependencies/CASE-unstable/dependencies/UCO/lib/rdf-toolkit.jar

example_name := $(shell basename $$PWD)

Expand Down

0 comments on commit 0de414a

Please sign in to comment.