Skip to content

Commit

Permalink
work around jitpack issue downloading sbt 1.x launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
emanresusername committed Dec 24, 2017
1 parent baf6da1 commit d17af2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# workaround for https://github.com/jitpack/jitpack.io/issues/1887

jdk:
- oraclejdk8
before_install:
- wget http://central.maven.org/maven2/org/scala-sbt/sbt-launch/1.0.4/sbt-launch-1.0.4.jar
install:
- java -jar sbt-launch-1.0.4.jar publishM2

0 comments on commit d17af2f

Please sign in to comment.