bleep
bleep copied to clipboard
A bleeping fast scala build tool!
Many testing frameworks support passing in additional CLI arguments to the test runner, often for specifiying only a subset of tests to run. Currently, Bleep does not seem to support...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.17` to `3.8.1` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.17...v3.8.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
When running a bleep build without specifying a JVM we get the warning "📙 Your build uses the default system JVM, which can change outside the build. For stable builds...
I am playing around with GraalVM 21 which is not yet available in the Coursier index.json. To work around this I've added a `oracle-index.json` at the project root with the...
I've got confused a few time which `bleep` build I'm currently calling. There is no `--version` option at the moment so I added one. I didn't find a way to...
I have some -Dkey=value properties I'd like to pass when using the run command. Putting them in the bleep.yaml file works but there are some properties that are too sensitive...
I have some comments in my build file, like: ```yaml httpserver-agent: # Use this project to generate graalvm native image metadata dependsOn: httpserver extends: template-common platform: jvmOptions: -agentlib:native-image-agent=config-merge-dir=httpserver/src/resources/META-INF/native-image mainClass: ZioHttpApp...
Steps to reproduce: * Get the current bleep code on master * Run `bleep compile` in the bleep project directory * Delete `bloop-rifle` from the coursier cache * Enjoy broken...
In order to use authentication for URLs configured in `resolvers`, one needs to create a config file. By looking through the code[^easy] I found that `https://github.com/dirs-dev/directories-jvm` is used and that...
Trying to use `bleep run httpserver -w` in my ZIO-HTTP sample project doesn't re-compile/re-run the project. Doing `bleep compile httpserver -w` works though. To reproduce, clone https://github.com/carlosedp/bleepziohttp and run /...