We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d938eac commit 1a9ec9aCopy full SHA for 1a9ec9a
.github/workflows/ci.yml
@@ -41,6 +41,8 @@ jobs:
41
java-version: "21"
42
distribution: 'temurin'
43
44
+ - uses: sbt/setup-sbt@v1
45
+
46
- name: restore cache
47
uses: ./.github/actions/scala_restore_cache
48
with:
README.md
@@ -1,7 +1,5 @@
1
sbt-protoc
2
==========
3
-[](https://github.com/thesamet/sbt-protoc/actions?query=workflow%3ACI)
4
-
5
This plugin uses protoc to generate code from proto files. This SBT plugin is
6
meant to supersede
7
[sbt-protobuf](https://github.com/sbt/sbt-protobuf/) and
0 commit comments