Skip to content

Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.10 #3

Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.10

Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.10 #3

Workflow file for this run

name: build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
- name: Java setup
uses: actions/setup-java@v2
with:
distribution: "zulu"
java-version: 17
cache: "gradle"
- name: Set outputs
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Build
run: chmod +x ./gradlew && ./gradlew build
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: celestial
path: build/libs/celestial-*.jar