bazelbuild/bazel

Distribute WorkRequestHandler to maven central

Open

#19.544 geöffnet am 15. Sept. 2023

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (4.465 Forks)batch import
P3help wantedteam-Performancetype: feature request

Repository-Metriken

Stars
 (25.384 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 22T 20h) (77 gemergte PRs in 30 T)

Beschreibung

Description of the feature request:

Bazel has a robust feature rich worker implementation baked into it. Exposing it as a Bazel tool or distributing it to maven central would eliminate the need for rule maintainers to build their own workers from scratch.

A few examples of projects that have had to build their own worker implementations: Intellij, rules_kotlin, rules_detekt.

Contributor Guide