Skip to content

Commit 7d65378

Browse files
616b2ftgodzik
andauthored
feat(bazel-bsp): use new fork (#35)
* feat: switch to new bazel-bsp fork * feat(bazel-bsp): use generic pkg source to download the jar directly * fix: update artifact url to maven central Co-authored-by: Tomasz Godzik <[email protected]> * Update packages/bazel-bsp/package.yaml --------- Co-authored-by: Tomasz Godzik <[email protected]>
1 parent 607cb42 commit 7d65378

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

packages/bazel-bsp/package.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: bazel-bsp
33
description: An implementation of the Build Server Protocol for Bazel
4-
homepage: https://github.com/JetBrains/bazel-bsp
4+
homepage: https://github.com/VirtusLab/bazel-bsp
55
licenses:
66
- Apache-2.0
77
languages:
@@ -14,15 +14,14 @@ languages:
1414
categories: []
1515

1616
source:
17-
id: pkg:github/JetBrains/[email protected]
18-
build:
19-
run: |
20-
bazel build //...
17+
# renovate:datasource=github-releases
18+
id: pkg:generic/virtuslab/[email protected]
19+
download:
20+
files:
21+
bazel-bsp.jar: https://repo1.maven.org/maven2/org/virtuslab/bazel-bsp/{{ version | strip_prefix "v" }}/bazel-bsp-{{ version | strip_prefix "v" }}.jar
2122

2223
bin:
23-
bazel-bsp: java-jar:server/build/libs/server.jar
24+
bazel-bsp: java-jar:bazel-bsp.jar
2425

2526
share:
26-
bazel-bsp/server.jar: server/build/libs/server.jar
27-
bazel-bsp/plugins/: server/build/libs/plugins/
28-
bazel-bsp/runtime/: server/build/libs/runtime/
27+
bazel-bsp/bazel-bsp.jar: bazel-bsp.jar

0 commit comments

Comments
 (0)