Skip to content

[SubMob/LogMob#27] Update Gradle to v9.3.0 #829

[SubMob/LogMob#27] Update Gradle to v9.3.0

[SubMob/LogMob#27] Update Gradle to v9.3.0 #829

Workflow file for this run

name: LogMob CI
on:
push:
branches:
- develop
- 'submodule/CCC'
pull_request:
jobs:
build:
runs-on: macos-15
steps:
- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@4bda8a424485eab2b69d39883a78bcbe599874bb
# Run ./gradlew dependencies --write-locks before you commit if you want to update the lock files
# When you update dependencies manually, you need to run this command locally to update the lock files
# If there are any differences, exit code will be 1 and CI fails, that means dependencies were updated
- name: Check for changes in lock files
run: |
./gradlew dependencies --write-locks
git diff --exit-code '**/*.lockfile'
- name: Gradle Build
run: ./gradlew build
- name: Notify slack fail
if: failure()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: voxmedia/github-action-slack-notify-build@v1.6.0
with:
channel: submob
status: FAILED
color: danger