Skip to content

update gradle

update gradle #5

Workflow file for this run

name: Compile and upload build
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up java 8
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 8
cache: "gradle"
- name: Build with Gradle Wrapper
run: chmod +x ./gradlew && ./gradlew build
- name: Upload artifacts
uses: actions/[email protected]
with:
name: GlideClient
path: build/libs/GlideClient-Release.jar