-
**Is your feature request related to a problem? Please describe.**
When following the 'Setting up IDE' of the README with a fresh install of IntelliJ CE there is a missing step. sbt is not availabl…
-
## problem
The behavior of `sbtVersion` is inconsistent. The help text states, “Provides the version of sbt. This setting should not be modified.” But the actual behavior is:
- In an SBT project…
-
We may be able to support some or all SBT plugins fully or in a limited fashion by programatically turning CBT builds into SBT builds and then executing tasks on them. Not sure that's actually possibl…
cvogt updated
8 years ago
-
## steps
```scala
val p1 = project.in(file("."))
val p2 = project.in(file("."))
```
## problem
`p2` unexpectedly overrides `p1`.
```scala
[info] Loading global plugins from /home/jvican/.s…
-
Hi guys,
I am very confused now about sbt plugin dependencies. When I build the project with ./sbt clean dist command, I got stuck with "Resolving me.lessis#bintray-sbt;0.3.0". Turned on the debug…
-
## steps
In order to run the chisel-empty project, I input "sbt run"in console. When the sbt reaches the step ‘[info] loading global plugins from D:/sbt/.sbt/plugins’, the openjdk platform binary…
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
To be able to use the `addPluginSbtFile` option, I start the user's sbt shell in Intel…
-
Was shocked to find my dependencyTree output became 46,993 lines long after adding this library as a dependency, a large many of these lines were from packages from `com.vladsch.flexmark`. I also foun…
-
## Steps
- Create a project for developing a plugin using the scripted plugin.
- Run `sbt scripted` with `sbt.ivy.home` pointing to custom location that is not `~/.ivy2`
## Problem
- When the tests r…
-
For an sbt project matrix spanning JS, JVM, and Native, IntelliJ IDEA is capable of fully indexing sources within src/main. Any types defined within the sources can be used by tests within src/test. I…