Skip to content

Commit

Permalink
build: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Nov 10, 2024
1 parent 84405ee commit c6e5207
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
jobs:
publish:
machine:
image: ubuntu-2204:2024.05.1
image: ubuntu-2204:2024.08.1
resource_class: large
environment:
_JAVA_OPTIONS: -Xmx3200m
Expand Down
4 changes: 2 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
artifact-name:
type: string
default: aether-1.21.1-1.5.1-neoforge.jar
default: aether-1.21.1-1.5.1-beta.1-neoforge.jar
deploy-branch:
type: string
default: 1.21.1-develop
Expand All @@ -17,7 +17,7 @@ parameters:
jobs:
build:
machine:
image: ubuntu-2204:2023.02.1
image: ubuntu-2404:2024.08.1
resource_class: large
environment:
_JAVA_OPTIONS: -Xmx9600m
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- uses: gradle/gradle-build-action@v2.4.2
with:
gradle-version: 8.1
gradle-version: 8.8
- name: Publish build
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- uses: gradle/gradle-build-action@v2.4.2
with:
gradle-version: 8.1
gradle-version: 8.8
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"1.20.1-recommended": "1.20.1-1.5.1-neoforge",
"1.20.2-recommended": "1.20.2-1.5.1-neoforge",
"1.20.4-recommended": "1.20.4-1.5.1-neoforge",
"1.21.1-recommended": "1.21.1-1.5.1-neoforge"
"1.21.1-recommended": "1.21.1-1.5.1-beta.1-neoforge"
}
}

0 comments on commit c6e5207

Please sign in to comment.