-
there is advice on this in the “Compiler Plugins 101” slides, but it might as well be in this repo directly, too
@hrhino has suggested using this to test:
```
scalacOptions in Test ++= Seq(
…
-
sbt-scalafmt downloads additional dependencies at run time, that are not part of the plugins' direct dependencies. This means sbtix doesn't pick them up, and they cannot be found when building in the …
-
I am aware of https://github.com/scala/scala3/pull/20282#issuecomment-2211981177
However, IMHO, the already _"wrong"_ order that **Scala 3** had until #18503 was merged should be considered like a …
-
When cloning the latest version of scala-pet-store and changing build.sbt to only compile to Scala 2.13.6 (i.e., changing `crossScalaVersions := Seq("2.12.14", "2.13.6")` to `scalaVersion := "2.13.6"`…
-
Since this is THE sample extension that we encourage people to base their own extensions on, could we update it to include a barebones sbt with step-by-step instructions on how to get it to work with …
-
### Expected vs Actual Behaviour
It should have coverage report for all source, java source AND scala source.
Instead it, I get a voerage report only for scala source.
### Steps to Reproduce…
-
### Expected vs Actual Behaviour
I have a ```Method code too large!``` error, in a class the java runs fine. For now I don't want to change the class so I want to exclude it from instrumentation, b…
-
For the maven plugin
`-P:wartremover:only-warn-traverser:org.wartremover.warts.Unsafe`
will only specify inclusions. Are exclusions (all but) available on the CLI similar to what the SBT plugin offe…
-
The purpose is to be able to move Swagger etc. out of Xitrum core, to xitrum-swagger plugin etc. This way we can develop/upgrade plugins independently from Xitrum core.
1.
We need to design an entry…
-
According to existing `sbt-launch4j` documentation, there is no way to configure underlying `launch4j` so it is unclear what defaults are being used and how - except relying on defaults from `Launch4j…