Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Support JCenter in Bootstrap Launcher #10

Merged
merged 4 commits into from
May 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ project/plugins/project/
/config/

# resources of the bootstrap project
/dependencyList.txt
/bootstrap/src/main/resources/
/bin/
/lib/
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ simple_run:
sbt package copy

bootstrap_deploy:
sbt dependencyList | cut -d " " -f2 | grep ":" | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g" | uniq > dependencyList.txt
sbt compile
sbt clean
sbt package copy
Expand Down
Loading