Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofaa2 committed Aug 8, 2024
2 parents f24fdf6 + 8488b16 commit 3b3e7b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Gradle Package
name: Build & Upload

on:
release:
types: [ created ]
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
Expand All @@ -12,15 +14,12 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
distribution: 'temurin'

- name: Build with Gradle
run: chmod +x gradlew && ./gradlew build
Expand Down
15 changes: 0 additions & 15 deletions jitpack.yml

This file was deleted.

0 comments on commit 3b3e7b3

Please sign in to comment.