Meteor Rejects とは

MinecraftのUtility Mod(ホント?)の Meteor Client に機能を追加するModです。
GitHub

ビルドする

なぜなのか知りませんがREADMEにビルド方法が書いてません。
まあどう考えても ./gradlew build ですが、一応 Actions を見ときました。
そのままだったので実行していきます。

1
2
3
git clone git@github.com:AntiCope/meteor-rejects.git
cd meteor-rejects
./gradlew build

放置してたらエラー吐かれました。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details

> Configure project :
Fabric Loom: 1.1.14

> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> error: release version 17 not supported

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
1 actionable task: 1 executed

release version 17 はサポートされないらしいので切り替えます。
なんで17が入ってるのかわかりません (おい)
多分もっと良い切り替え方があるんでしょうが私はビルドできたらそれで良いので手早くいきます。

1
export JAVA_HOME=/usr/lib/jvm/java-20-openjdk/

これでビルドできました。
めでたしめでたし (環境を整備しろ)
みなさんも良いModライフを〜