Merge pull request #34 from costateixeira/master
Update publisher jar URL
This commit is contained in:
commit
159e107f58
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
SETLOCAL
|
SETLOCAL
|
||||||
|
|
||||||
SET dlurl=https://storage.googleapis.com/ig-build/org.hl7.fhir.publisher.jar
|
SET dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
|
||||||
SET publisher_jar=org.hl7.fhir.publisher.jar
|
SET publisher_jar=org.hl7.fhir.publisher.jar
|
||||||
SET input_cache_path=%CD%\input-cache\
|
SET input_cache_path=%CD%\input-cache\
|
||||||
SET skipPrompts=false
|
SET skipPrompts=false
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
dlurl=https://storage.googleapis.com/ig-build/org.hl7.fhir.publisher.jar
|
dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
|
||||||
publisher_jar=org.hl7.fhir.publisher.jar
|
publisher_jar=org.hl7.fhir.publisher.jar
|
||||||
input_cache_path=./input-cache/
|
input_cache_path=./input-cache/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user