Skip to content

Commit 3b3e7b3

Browse files
committed
Merge branch 'master' of https://github.com/Tofaa2/EntityLib
2 parents f24fdf6 + 8488b16 commit 3b3e7b3

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

.github/workflows/gradle-publish.yml renamed to .github/workflows/gradle.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: Gradle Package
1+
name: Build & Upload
22

33
on:
4-
release:
5-
types: [ created ]
4+
push:
5+
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
68

79
jobs:
810
build:
@@ -12,15 +14,12 @@ jobs:
1214
packages: write
1315

1416
steps:
15-
- uses: actions/checkout@v3
16-
17+
- uses: actions/checkout@v4
1718
- name: Set up JDK 21
18-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
1920
with:
2021
java-version: '21'
21-
distribution: 'adopt'
22-
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
23-
settings-path: ${{ github.workspace }} # location for the settings.xml file
22+
distribution: 'temurin'
2423

2524
- name: Build with Gradle
2625
run: chmod +x gradlew && ./gradlew build

jitpack.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)