Skip to content

Bump com.github.UltraCosmetics:UltraCosmetics from 3.5-DEV-b1 to 3.6-DEV-b1 #76

Bump com.github.UltraCosmetics:UltraCosmetics from 3.5-DEV-b1 to 3.6-DEV-b1

Bump com.github.UltraCosmetics:UltraCosmetics from 3.5-DEV-b1 to 3.6-DEV-b1 #76

Workflow file for this run

name: Build with Gradle
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout/releases
- name: Check out Git repository
uses: actions/[email protected]
# https://github.com/actions/setup-java/releases
- name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: ./gradlew shadowJar --no-daemon
# https://github.com/actions/upload-artifact/releases
- name: Upload build artifact
uses: actions/[email protected]
with:
name: UltraCosmetics-gui-addon-dev
path: build/libs/UltraCosmetics-gui-addon-*-all.jar