You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
# Executing command line:
java
-Xms2048M
-Xmx2048M
-Xss6M
-XX:MaxPermSize=512M
-jar
/home/travis/.sbt/launchers/1.3.13/sbt-launch.jar
new
file:///home/travis/build/akka/akka-grpc-quickstart-java.g8
--name=hello-world-grpc
--force
saving stty: 500:5:bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[info] welcome to sbt 1.3.12 (AdoptOpenJDK Java 11.0.7)
[info] loading settings for project akka-grpc-quickstart-java-g8-build from paradox.sbt,giter8.sbt ...
[info] loading project definition from /home/travis/build/akka/akka-grpc-quickstart-java.g8/project
[warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings.
[info] loading settings for project root from build.sbt ...
[info] loading settings for project docs from build.sbt ...
[info] set current project to akka-grpc-java-seed (in build file:/home/travis/build/akka/akka-grpc-quickstart-java.g8/)
[info] set current project to akka-grpc-java-seed (in build file:/home/travis/build/akka/akka-grpc-quickstart-java.g8/)
[info] resolving Giter8 0.12.0...
[error] java.lang.NoClassDefFoundError: coursier/core/Reconciliation
[error] Use 'last' for the full log.
restoring stty: 500:5:bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Jobs that test the maven and gradle builds for this template use
sbt new
.Invoking
sbt new
in travis using JDK 11.0.7 (AdoptOpenJDK) causes: (see https://travis-ci.org/github/akka/akka-grpc-quickstart-java.g8/builds/719414747)The text was updated successfully, but these errors were encountered: