mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-12 03:16:22 +00:00
Fix build pipeline
This commit is contained in:
parent
890f798a03
commit
b01b6b370d
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -31,25 +31,6 @@ jobs:
|
||||
name: signal-cli-archive-${{ matrix.java }}
|
||||
path: dist/*
|
||||
|
||||
submit-dependency-graph:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push'
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '25'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
with:
|
||||
dependency-graph: generate-and-submit
|
||||
- name: Generate dependency graph
|
||||
run: ./gradlew --no-daemon dependencies
|
||||
|
||||
build-client:
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
27
.github/workflows/dependency-graph.yml
vendored
Normal file
27
.github/workflows/dependency-graph.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
name: dependency-graph
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
submit-dependency-graph:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '25'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
with:
|
||||
dependency-graph: generate-and-submit
|
||||
- name: Generate dependency graph
|
||||
run: ./gradlew --no-daemon dependencies
|
||||
Loading…
x
Reference in New Issue
Block a user