File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- TOOL_VERSION = 2.1.8
1
+ TOOL_VERSION = 2.1.9
2
2
TEST_DATA = ../license-test-files
3
3
4
4
.PHONY : validate-canonical-match
5
5
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
7
7
8
8
.PRECIOUS : spdx-tools-% .jar
9
9
spdx-tools-% .jar :
@@ -22,7 +22,7 @@ spdx-tools-%.jar-valid: spdx-tools-%.jar.asc spdx-tools-%.jar goneall.gpg
22
22
23
23
resources/licenses-full.json : resources
24
24
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.
26
26
# https://github.com/wking/fsf-api/pull/9
27
27
# https://github.com/wking/fsf-api/pull/10
28
28
You can’t perform that action at this time.
0 commit comments