Skip to content

feat: checking valid activities in user b4 apply name change #193

feat: checking valid activities in user b4 apply name change

feat: checking valid activities in user b4 apply name change #193

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Check out repository'
uses: actions/checkout@v4
- name: 'Set up JDK'
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: 'Grant execute permission for gradlew'
run: chmod +x gradlew
- name: 'Build with Gradle'
run: ./gradlew build --no-daemon