Skip to content

Commit 8fc96cf

Browse files
committed
build: update scripts
1 parent f46b006 commit 8fc96cf

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
jobs:
1010
publish:
1111
machine:
12-
image: ubuntu-2204:2024.05.1
12+
image: ubuntu-2404:2024.08.1
1313
resource_class: medium
1414
environment:
1515
_JAVA_OPTIONS: -Xmx3200m

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
build:
88
machine:
9-
image: ubuntu-2204:2024.05.1
9+
image: ubuntu-2404:2024.08.1
1010
resource_class: medium
1111
environment:
1212
_JAVA_OPTIONS: -Xmx3200m

.github/workflows/publish-curseforge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/setup-java@v3
1212
with:
1313
distribution: temurin
14-
java-version: 17
14+
java-version: 21
1515
- uses: gradle/gradle-build-action@v2.4.2
1616
with:
17-
gradle-version: 8.6
17+
gradle-version: 8.8
1818
- name: Publish build
1919
env:
2020
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}

.github/workflows/publish-modrinth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/setup-java@v3
1212
with:
1313
distribution: temurin
14-
java-version: 17
14+
java-version: 21
1515
- uses: gradle/gradle-build-action@v2.4.2
1616
with:
17-
gradle-version: 8.6
17+
gradle-version: 8.8
1818
- name: Publish build
1919
env:
2020
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ If you're interested in sponsoring Cumulus or The Aether Team, please [contact O
3030

3131
## :package: Download the latest releases
3232
[![Modloader: Forge](https://img.shields.io/badge/mod%20loader-forge-CC974D?style=flat-square)](https://files.minecraftforge.net/net/minecraftforge/forge/)
33+
[![Modloader: NeoForge](https://img.shields.io/badge/mod%20loader-neoforge-E08234?style=flat-square)](https://neoforged.net/)
34+
[![Modloader: Fabric](https://img.shields.io/badge/mod%20loader-fabric-1F6FEB?style=flat-square)](https://fabricmc.net/use/installer/)
3335
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/cumulus?color=00AF5C&logo=modrinth)](https://modrinth.com/mod/cumulus)
3436
[![Modrinth Version](https://img.shields.io/modrinth/game-versions/cumulus?color=00AF5C&label=latest&logo=modrinth&last=true)](https://modrinth.com/mod/cumulus)
3537
[![CurseForge Downloads](http://cf.way2muchnoise.eu/cumulus.svg)](https://www.curseforge.com/minecraft/mc-mods/cumulus)
3638
[![CurseForge Version](http://cf.way2muchnoise.eu/versions/cumulus_latest.svg)](https://www.curseforge.com/minecraft/mc-mods/cumulus)
3739
[![CircleCI](https://circleci.com/gh/The-Aether-Team/Cumulus/tree/1.20.2-develop.svg?style=shield)](https://app.circleci.com/pipelines/github/The-Aether-Team/Cumulus?branch=1.20.2-develop)
3840
### Release builds
39-
Cumulus has stable release builds available for 1.19.2, 1.19.4, 1.20.1, and 1.20.2 on [Modrinth](https://modrinth.com/mod/cumulus) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/cumulus).
41+
Cumulus has stable release builds available for 1.19.2, 1.19.4, 1.20.1, 1.20.2, and 1.20.4 on [Modrinth](https://modrinth.com/mod/cumulus) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/cumulus).
4042

4143
### Bleeding edge builds
4244
If you’re feeling a bit more adventurous or wish to help test the in-development versions, we provide **bleeding edge builds** which are produced on [CircleCI](https://app.circleci.com/pipelines/github/The-Aether-Team/Cumulus). These builds are created for every new commit and contain the latest available code. We do not recommend users treat these builds as releases, as they are unfinished and may contain serious issues. If you wish to download these builds, check out [this guide](https://github.com/The-Aether-Team/Cumulus/wiki/CircleCI-Guide).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mod_license=LGPL-3.0
1616
mod_url=https://modrinth.com/mod/cumulus
1717
mod_tracker=https://github.com/The-Aether-Team/Cumulus/issues
1818
mod_credits=The Aether Team; kingbdogz, for the original Main Menu API that this is inspired by
19-
mod_authors=bconlon
19+
mod_authors=AlphaMode, bconlon, Blodhgarm
2020
mod_description=A library for custom menu registration.
2121

2222
minecraft_version=1.21.1

0 commit comments

Comments
 (0)