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
A follow-on patch will regenerate 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 eb17a25 commit 5fb9b46
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/web_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,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: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ all: \
.gitmodules
git submodule init
git submodule update
# 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 \
.git_submodule_init.done.log
--directory dependencies/CASE-unstable \
.lib.done.log
touch $@

.venv.done.log: \
Expand Down
2 changes: 1 addition & 1 deletion dependencies/UCO-unstable
2 changes: 1 addition & 1 deletion examples/src/example-src.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SHELL := /bin/bash
# ${top_srcdir}/examples/${example}/src/
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

examples_srcdir := $(top_srcdir)/examples

Expand Down

0 comments on commit 5fb9b46

Please sign in to comment.