-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
3 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,16 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup Java JDK | ||
uses: actions/setup-java@v3 | ||
uses: graalvm/setup-graalvm@v1 | ||
with: | ||
java-version: 21 | ||
distribution: 'zulu' | ||
cache: 'gradle' | ||
|
||
java-version: '21' | ||
distribution: 'graalvm' | ||
|
||
- name: Make gradlew executable | ||
run: chmod +x gradlew | ||
|
||
- name: Build with Gradle | ||
run: ./gradlew shadowJar | ||
|
||
|
@@ -32,6 +31,11 @@ jobs: | |
- name: Get Repository Name | ||
uses: MariachiBear/[email protected] | ||
|
||
- name: Publish to GitHub Packages | ||
run: ./gradlew publish | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -annotation | ||
|
@@ -40,20 +44,20 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -cache | ||
path: | | ||
path: | | ||
cache/build/libs/*.jar | ||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -configuration | ||
path: | | ||
path: | | ||
configuration/build/libs/*.jar | ||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -commons | ||
path: | | ||
path: | | ||
commons/build/libs/*.jar | ||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -mongodb | ||
path: | | ||
path: | | ||
mongodb/build/libs/*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule legacy-lands-library
added at
80a0d4