Skip to content

Commit 64997b8

Browse files
committed
Makefile: Bump tool tests to 2.1.9
2.1.9 adds support for LocalFsfFreeJson, which allows us to decouple from the live fsf-api data [1]. [1]: spdx#593 (comment)
1 parent 845b02c commit 64997b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
TOOL_VERSION = 2.1.8
1+
TOOL_VERSION = 2.1.9
22
TEST_DATA = ../license-test-files
33

44
.PHONY: validate-canonical-match
55
validate-canonical-match: spdx-tools-$(TOOL_VERSION).jar-valid resources/licenses-full.json $(TEST_DATA) .tmp
6-
java -jar spdx-tools-$(TOOL_VERSION).jar LicenseRDFAGenerator . .tmp 1.0 2000-01-01 $(TEST_DATA) expected-warnings
6+
java -jar -DLocalFsfFreeJson=true spdx-tools-$(TOOL_VERSION).jar LicenseRDFAGenerator . .tmp 1.0 2000-01-01 $(TEST_DATA) expected-warnings
77

88
.PRECIOUS: spdx-tools-%.jar
99
spdx-tools-%.jar:
@@ -22,7 +22,7 @@ spdx-tools-%.jar-valid: spdx-tools-%.jar.asc spdx-tools-%.jar goneall.gpg
2222

2323
resources/licenses-full.json: resources
2424
echo '{}' >$@
25-
# the 2.1.8 tools choke on the current live version.
25+
# the 2.1.9 tools choke on the current live version.
2626
# https://github.com/wking/fsf-api/pull/9
2727
# https://github.com/wking/fsf-api/pull/10
2828

0 commit comments

Comments
 (0)