Skip to content

Commit

Permalink
344
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Sep 2, 2024
1 parent d7c0dba commit 2ba2589
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
Expand All @@ -25,7 +25,7 @@ jobs:
chmod +x ./gradlew
./gradlew installerJar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Mohist-1.12.2-343-server
path: projects/mohist/build/libs/mohist-1.12.2-343-server.jar
name: Mohist-1.12.2-344-server
path: projects/mohist/build/libs/mohist-1.12.2-344-server.jar
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ task setup() {
}

static def JenkinsNumber() {
return 343
return 344
/*
try {
def conn = new URL("https://ci.codemc.io/job/MohistMC/job/Mohist-1.12.2/api/json").openConnection()
Expand Down

0 comments on commit 2ba2589

Please sign in to comment.