Skip to content

Allow to get information on identities from chat and forums #660

Allow to get information on identities from chat and forums

Allow to get information on identities from chat and forums #660

Workflow file for this run

name: "Gradle dependencies"
on:
push:
branches:
- master
jobs:
build:
name: Dependencies
runs-on: ubuntu-latest
permissions:
contents: write # Dependency Submission API
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/actions/setup-gradle@v4
with:
dependency-graph: generate-and-submit
- name: Build the project
run: ./gradlew build -x test