bleep icon indicating copy to clipboard operation
bleep copied to clipboard

A bleeping fast scala build tool!

Results 66 bleep issues
Sort by recently updated
recently updated
newest added

Using : * Bleep version 0.0.1-M22 * Macos Monterey 12.3.1 * openjdk version "17.0.3" 2022-04-19 #### Repro setup in a temp folder (I need to tweak the template after generation)...

blocker

bloop already has gradle import. we "just" need to extend `bleep import` to support it.

help wanted

bloop already has a maven import. we "just" need to extend `bleep import` to support it

help wanted

For a platform to be "supported" by bleep, it needs graalvm native-image support, and github action runners. If it doesn't have that, I personally will not do anything to make...

help wanted

I have a project where I depend on native artifacts which have a different classifier per platform. So in a bleep.yaml, I have the following dependency: ```yaml - module: org.bytedeco:pytorch:1.13.0-1.5.9-SNAPSHOT...

there are already bash auto completion in place - the same structure can hopefully be used for other shells. should include a command similar to `bleep install-tab-completions-bash`

help wanted
good first issue

the most important pages are not written yet: - describe model - cross builds - templates more details / clarify: - writing scripts - porting sbt plugins

scala-cli for instance has most of these integrations already

help wanted
good first issue

look into what other build tools do with tags, passing test names, etc

help wanted
good first issue

- [x] - updated graalvm - [x] - ported to arm64 - [ ] - automate release