Skip to content
Snippets Groups Projects
Commit dcc72881 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

easier jar generation

parent 07eff1e6
No related branches found
No related tags found
No related merge requests found
make_jar 0 → 100755
#! /bin/bash
# Rolf Niepraschk (Rolf.Niepraschk@ptb.de), 2023-03-16
clj -T:build clean
clj -T:build prep
clj -T:build uber
cp -r resources target/
cd target/
ln -sf ./devhub-*-standalone.jar ./devhub.jar
exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment