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!
+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
Most helpful comment
Hi all,
Sbt has now been updated and should work out of the box