-
Notifications
You must be signed in to change notification settings - Fork 441
Where is the public executable stored #1381
Replies: 1 comment · 3 replies
-
Thanks for your question @AaronDelaplane sbt-native-packager is not hosted on maven central. It's part of the sbt plugins project on bintray, which should be automatically included if you use sbt. Can you share the certification errors you see and where sbt tries to download sbt-native-packager? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @muuki88. Sorry for the delay. I switched to another project for a while but am back to working on the one in which I encountered the error and it is still occurring. I am using SBT 1.4.4 with adoptopenjdk/openjdk11:latest (also occurs with JDK8) Must I add an explicit bintray resolver to my SBT build definition? I am compiling my project within the SBT console directly (not IntelliJ) I have tried the following, though none worked:
This is the full output of the error. Any suggestions you would have would be much appreciated:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
For me this looks like some certificate misconfiguration on your system. If you go to https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-native-packager/scala_2.12/sbt_1.0/1.7.6/jars/ you'll see the jars available there. The path resolving is correct, but your JVM certificates don't seem to work. Can you try another JVM version? Is this on CI or your personal machine? |
Beta Was this translation helpful? Give feedback.
All reactions
-
This occurs in a few places. At the moment, it's occurring within a container. Below is a part of the Dockerfile that is used. I'll try using a different base image and see if that fixes the issue. Thank you for your help.
|
Beta Was this translation helpful? Give feedback.
-
I am unable to download sbt-native-packager due to certification errors. This is occurring within SBT when attempting to compile the project. I do not see the project in maven central. Can someone please share with me where the artifacts are publicly available?
Beta Was this translation helpful? Give feedback.
All reactions