2024-06-11 19:51:28 +02:00
|
|
|
--- a/build.gradle
|
|
|
|
+++ b/build.gradle
|
2024-06-13 19:03:58 +02:00
|
|
|
@@ -29,8 +29,8 @@
|
2024-06-11 19:51:28 +02:00
|
|
|
apply plugin: 'com.github.johnrengelman.shadow'
|
|
|
|
apply plugin: 'com.hypherionmc.modutils.modpublisher'
|
|
|
|
|
|
|
|
- sourceCompatibility = JavaVersion.VERSION_21
|
|
|
|
- targetCompatibility = JavaVersion.VERSION_21
|
|
|
|
+ sourceCompatibility = JavaVersion.VERSION_17
|
|
|
|
+ targetCompatibility = JavaVersion.VERSION_17
|
|
|
|
|
|
|
|
group = rootProject.group
|
|
|
|
|
2024-08-10 15:17:10 +02:00
|
|
|
@@ -59,7 +59,7 @@
|
2024-06-11 19:51:28 +02:00
|
|
|
shade "me.hypherionmc.moon-config:toml:${moon_config}"
|
2024-08-10 15:17:10 +02:00
|
|
|
shade "me.hypherionmc.moon-config:json:${moon_config}"
|
2024-06-11 19:51:28 +02:00
|
|
|
shade "com.hypherionmc:rpcsdk:${rpc_sdk}"
|
|
|
|
- shade "me.hypherionmc.sdlink:mcdiscordformatter-1.20.3:${discord_formatter}"
|
|
|
|
+ shade "me.hypherionmc.sdlink:mcdiscordformatter-1.18.1:${discord_formatter}"
|
|
|
|
shade "net.kyori:adventure-api:${adventure}"
|
|
|
|
shade "net.kyori:adventure-text-serializer-gson:${adventure}"
|
|
|
|
|