yalayo / volleyball-mgmt

0 stars 0 forks source link

Update the workflow to build uberjar for projects with changes. #3

Open yalayo opened 1 year ago

yalayo commented 1 year ago

Add a job to build an uberjar but only for the projects that have changes since the last stable point.

yalayo commented 1 year ago

Used a build code by Sean Coperfield to build the uberjar for each changed project. The command is executed from the root of the workspace receiving as input the name of the project.

Command: clojure -T:build uberjar :project "project-name"