Skip to content

Commit

Permalink
Updated tooling to 3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed May 5, 2024
1 parent 48479b5 commit b8289a9
Show file tree
Hide file tree
Showing 82 changed files with 8,795 additions and 10,079 deletions.
2 changes: 1 addition & 1 deletion _refresh.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ECHO OFF
SET tooling_jar=tooling-cli-2.4.0.jar
SET tooling_jar=tooling-cli-3.4.0.jar
SET input_cache_path=%~dp0input-cache
SET ig_ini_path=%~dp0ig.ini

Expand Down
2 changes: 1 addition & 1 deletion _refresh.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#DO NOT EDIT WITH WINDOWS
tooling_jar=tooling-cli-2.4.0.jar
tooling_jar=tooling-cli-3.4.0.jar
input_cache_path=./input-cache
ig_ini_path=$PWD/ig.ini

Expand Down
4 changes: 2 additions & 2 deletions _updateCQFTooling.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF

SET "dlurl=https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=org.opencds.cqf&a=tooling-cli&v=2.4.0"
SET tooling_jar=tooling-cli-2.4.0.jar
SET "dlurl=https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=org.opencds.cqf&a=tooling-cli&v=3.4.0"
SET tooling_jar=tooling-cli-3.4.0.jar
SET input_cache_path=%~dp0input-cache\
SET skipPrompts=false
IF "%~1"=="/f" SET skipPrompts=true
Expand Down
2 changes: 1 addition & 1 deletion _updateCQFTooling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dlurl='https://oss.sonatype.org/service/local/artifact/maven/redirect?r='${r}'&g
echo ${dlurl}

input_cache_path=./input-cache/
tooling_jar=tooling-cli-2.4.0.jar
tooling_jar=tooling-cli-3.4.0.jar

set -e
if ! type "curl" > /dev/null; then
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b8289a9

Please sign in to comment.