Jitpack.io: Support sbt 1.x

Created on 18 Oct 2017  路  4Comments  路  Source: jitpack/jitpack.io

The sbt 1.x launchers are available from Maven Central nowadays
http://mvnrepository.org/artifact/org.scala-sbt/sbt-launch

From the build log:

Downloading sbt launcher for 1.0.2:
  From  http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/1.0.2/sbt-launch.jar

Log https://jitpack.io/com/github/ennru/sbt-xjc_2.12/1698b1e/build.log

PS: Thank you for a great tool and service!

Most helpful comment

Hi all,

Sbt has now been updated and should work out of the box

All 4 comments

+1, looks like JitPack still cannot build SBT 1.0 projects
https://jitpack.io/com/github/frozenspider/fs-web-utils/0.5.4/build.log

As a workaround for your own project, you can add a file .jitpack.yml to your repo:

# 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.3/sbt-launch-1.0.3.jar
install:
   - java -jar sbt-launch-1.0.3.jar publishM2

Hi all,

Sbt has now been updated and should work out of the box

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jitpack-io picture jitpack-io  路  7Comments

msgilligan picture msgilligan  路  6Comments

mannodermaus picture mannodermaus  路  3Comments

cekvenich picture cekvenich  路  4Comments

leahjlou picture leahjlou  路  4Comments