Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Merge pull request #250 from dkim19375/renovate/major-github-artifact… #605

Merge pull request #250 from dkim19375/renovate/major-github-artifact…

Merge pull request #250 from dkim19375/renovate/major-github-artifact… #605

Workflow file for this run

# 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://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle (Java 8)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew licenseCheck shadowJar