Skip to content

chore(deps): bump com.gradle.develocity from 3.18.2 to 3.19 #293

chore(deps): bump com.gradle.develocity from 3.18.2 to 3.19

chore(deps): bump com.gradle.develocity from 3.18.2 to 3.19 #293

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
name: Build
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
permissions: { }
jobs:
gradle:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
uses: tacascer-org/actions-workflows/.github/workflows/gradle_build.yml@v0
with:
java-version: 17
runs-on: ${{ matrix.os }}
secrets: inherit
permissions:
statuses: write
security-events: write
contents: write