From 8fc96cfd84111cd353a79877f5baa70a79ade6be Mon Sep 17 00:00:00 2001 From: bconlon Date: Sun, 10 Nov 2024 10:17:09 -0800 Subject: [PATCH] build: update scripts --- .circleci/config.yml | 2 +- .circleci/continue_config.yml | 2 +- .github/workflows/publish-curseforge.yml | 4 ++-- .github/workflows/publish-modrinth.yml | 4 ++-- docs/README.md | 4 +++- gradle.properties | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9bd86c..7203918 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ orbs: jobs: publish: machine: - image: ubuntu-2204:2024.05.1 + image: ubuntu-2404:2024.08.1 resource_class: medium environment: _JAVA_OPTIONS: -Xmx3200m diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 4e356d0..dbc41cf 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -6,7 +6,7 @@ orbs: jobs: build: machine: - image: ubuntu-2204:2024.05.1 + image: ubuntu-2404:2024.08.1 resource_class: medium environment: _JAVA_OPTIONS: -Xmx3200m diff --git a/.github/workflows/publish-curseforge.yml b/.github/workflows/publish-curseforge.yml index e7ff188..77c3486 100644 --- a/.github/workflows/publish-curseforge.yml +++ b/.github/workflows/publish-curseforge.yml @@ -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.6 + gradle-version: 8.8 - name: Publish build env: CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} diff --git a/.github/workflows/publish-modrinth.yml b/.github/workflows/publish-modrinth.yml index b67e512..7e9f59f 100644 --- a/.github/workflows/publish-modrinth.yml +++ b/.github/workflows/publish-modrinth.yml @@ -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.6 + gradle-version: 8.8 - name: Publish build env: MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} diff --git a/docs/README.md b/docs/README.md index 9a277b9..fe8d865 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,13 +30,15 @@ If you're interested in sponsoring Cumulus or The Aether Team, please [contact O ## :package: Download the latest releases [![Modloader: Forge](https://img.shields.io/badge/mod%20loader-forge-CC974D?style=flat-square)](https://files.minecraftforge.net/net/minecraftforge/forge/) +[![Modloader: NeoForge](https://img.shields.io/badge/mod%20loader-neoforge-E08234?style=flat-square)](https://neoforged.net/) +[![Modloader: Fabric](https://img.shields.io/badge/mod%20loader-fabric-1F6FEB?style=flat-square)](https://fabricmc.net/use/installer/) [![Modrinth Downloads](https://img.shields.io/modrinth/dt/cumulus?color=00AF5C&logo=modrinth)](https://modrinth.com/mod/cumulus) [![Modrinth Version](https://img.shields.io/modrinth/game-versions/cumulus?color=00AF5C&label=latest&logo=modrinth&last=true)](https://modrinth.com/mod/cumulus) [![CurseForge Downloads](http://cf.way2muchnoise.eu/cumulus.svg)](https://www.curseforge.com/minecraft/mc-mods/cumulus) [![CurseForge Version](http://cf.way2muchnoise.eu/versions/cumulus_latest.svg)](https://www.curseforge.com/minecraft/mc-mods/cumulus) [![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) ### Release builds -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). +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). ### Bleeding edge builds 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). diff --git a/gradle.properties b/gradle.properties index 4e6637f..c5dcc55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ mod_license=LGPL-3.0 mod_url=https://modrinth.com/mod/cumulus mod_tracker=https://github.com/The-Aether-Team/Cumulus/issues mod_credits=The Aether Team; kingbdogz, for the original Main Menu API that this is inspired by -mod_authors=bconlon +mod_authors=AlphaMode, bconlon, Blodhgarm mod_description=A library for custom menu registration. minecraft_version=1.21.1