Skip to content

Commit

Permalink
revert launcher change to 2.4.33
Browse files Browse the repository at this point in the history
dynamic classpath management needs more consideration when taking
CLJ deps into account which may load extra java classes.
  • Loading branch information
thheller committed Aug 17, 2018
1 parent 53bfd3f commit c0edec8
Show file tree
Hide file tree
Showing 17 changed files with 230 additions and 561 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Expand Up @@ -30,11 +30,9 @@ jobs:
- ~/.m2
key: m2-deps-{{ checksum "project.clj" }}

- run: lein do test, install
- run: lein do test, install, run -m shadow.cljs.devtools.cli release cli

- run: sh build-cli.sh

- run: sh build-launcher.sh
- run: cd packages/shadow-cljs-jar; lein uberjar

- run: cd test-project; sh ci-run.sh

2 changes: 1 addition & 1 deletion build-deps.sh
Expand Up @@ -7,4 +7,4 @@ set -e

lein with-profiles +cljs deps

cd packages/launcher; lein deps
cd packages/shadow-cljs-jar; lein deps
5 changes: 0 additions & 5 deletions build-launcher.sh

This file was deleted.

23 changes: 0 additions & 23 deletions packages/launcher/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions packages/launcher/project.clj

This file was deleted.

45 changes: 0 additions & 45 deletions packages/launcher/src/main/shadow/cljs/launcher/Main.java

This file was deleted.

0 comments on commit c0edec8

Please sign in to comment.