-
### Bug Description
Running sbt fails.
### Steps to Reproduce
1. `brew uninstall sbt`.
2. `brew install coursier/formulas/coursier`
3. `cs setup`
```
mirrord exec sbt
New mirrord version ava…
-
After adding
```
com.github.bmaguireibm
prometheusplugin_2.12
0.0.1
test
```
I get a compilation error:
```
[INFO] --- scala-maven-plugin:4.4.0:testCompile (default) @ adept-load-…
-
I'm trying to upgrade to Sbt 1.0 and from sbt-header version 1.7.0 to 5.0.0 as the same time. I can't run `headerCheck` anymore because it crashes with:
```
sbt:root> headerCreate
[error] java.la…
-
In order to use this plugin in Play 2.6 and SBT 1.0, it needs to be upgraded.
see: https://github.com/playframework/playframework/issues/7045 and https://github.com/playframework/playframework/issues…
-
Let's show / demo our favorite REPL, IDE keyboard shortcuts, sbt plugins etc
There's not a single speaker, everybody can contribute - you should bring your own laptop.
magro updated
6 years ago
-
I have been trying to use this plugin in an internal repository, but get a `NullPointerException` without much context for debugging.
Unfortunately, the code that I'm working with is private to my or…
-
This is not a bug report, it is a feature request.
At my last job, the setup we had involved two separate tools - one to sync the code files in a project between our local laptops and our build/tes…
-
As part of loading the build, sbt will evaluate the projectSettings and globalSettings defined in each `AutoPlugin` for _every_ subproject. This can significantly slow down loading multiproject builds…
-
Problem:
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[info] Loading settings from assembly.sbt ...
[info] Loading project definition from D:\p…
-
### Current Behavior
Compilation of projects fails, but only in Gradle. It works when using scala-cli or when invoking scalac directly.
The issue seems to be related to JDK 9+ modules.
Crash…