Skip to content

Commit

Permalink
fix: buf gen versions, checks only on main run
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 4, 2023
1 parent 739f613 commit e3cb8dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
action: "build test ${{ matrix.tasks }}"
flags: "--scan"
artifact: "buildless-plugin-gradle"
checks: ${{ fromJson(matrix.main) }}
gradle: ${{ matrix.gradle }}
labs: ${{ fromJson(matrix.labs) }}
coverage_report: "build/reports/kover/report.xml"
Expand Down
4 changes: 2 additions & 2 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: v1
managed:
enabled: true
plugins:
- plugin: buf.build/bufbuild/connect-kotlin:v0.1.7
- plugin: buf.build/bufbuild/connect-kotlin:v0.1.9
out: kotlin
- plugin: buf.build/protocolbuffers/java:v23.4
- plugin: buf.build/protocolbuffers/java:v24.2
out: java
- plugin: buf.build/grpc/java:v1.59.1
out: java
Expand Down

0 comments on commit e3cb8dc

Please sign in to comment.