Skip to content

Commit

Permalink
CI Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption committed Jun 14, 2024
1 parent 5e08ca6 commit ff122ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: openjdk:21-jdk
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
- run: chmod +x ./gradlew
- run: ./gradlew clean build publishCurseForge modrinth
env:
Expand Down

0 comments on commit ff122ab

Please sign in to comment.