-
**Describe the bug**
After I get the message "The promote stage is in progress", it starts showing:
`Execution failed: [404: Not Found] Request failed: {"errors":[{"id":"*","msg":"No activity for re…
-
After trying and re-trying , was not able to use this plugin to do token substitution before unit tests are run.
Maybe i am not using sbt well enough, but i was trying something as easy as:
```
test…
-
Consider the following build.sbt (git repo: https://github.com/smarter/sbt-derive-bug):
```scala
val foo = taskKey[Unit]("")
val bar = taskKey[Unit]("")
lazy val a = (project in file("a")).
s…
-
Hello everybody,
I want to use sbt sonar for analyzing projects. However, the plugin is not able to pick up the scoverage information and display it in sonar for my sbt project. There is one cavea…
-
If you do:
```
sbt it:copy-resources
```
plugin will not resolve tokens.
-
I am wanting to create a WAR for Tomcat 6, and have configured my Build.scala and plugins.sbt file according to the instructions at https://github.com/dlecan/play2-war-plugin/wiki/Configuration, based…
-
Seems like bnd does not like when a class extends BundleActivator indirectly.
```
MyDominoActivator (services.internal)
+-- DominoActivator (domino)
+-- OsgiContext (domino)
+-- EmptyBund…
-
1.Hello, prior to this, I successfully ran a nax_soc using lite according to your tutorial, but its nax_core core interface is AXI4_lite. I want to use AXI, but I entered axi in the -- bus stand param…
-
I have an own implementation of the `gherkin.formatter.Reporter` trait which needs to be passed in as a `--plugin` option.
While it should be possible using the testrunner like this
```
testOption…
-
### Issue type
Wrong or misleading information
### Problem description
I want to use Gradle instead of sbt to build the scala3 project.
I want to find some help in Gradle docs, but only find the i…