We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121c54d commit bd738f8Copy full SHA for bd738f8
bin/install-clara
@@ -62,8 +62,7 @@ function build_clara {
62
}
63
64
function build_grapes {
65
- #git clone --branch $grapes --depth 1 https://code.jlab.org/hallb/clas12/coatjava/grapes
66
- git clone --depth 1 https://code.jlab.org/hallb/clas12/coatjava/grapes
+ git clone --depth 1 --branch $grapes https://github.com/jeffersonlab/grapes
67
cd grapes && mvn package && cd -
68
69
0 commit comments