Add ReplayStudio as submodule instead of JitPack

Because JitPack breaks Gradle variants so we get the Java 17 jar even
when we use the Java 8 variant.

This works for building via Gradle. However it does not work for usage
from IntelliJ, where you must currently publishToMavenLocal ReplayStudio
and then depend on that version. Still looking for a better solution
there.
This commit is contained in:
Jonas Herzig
2024-06-23 21:02:17 +02:00
parent a4e0abec7f
commit d70e41006d
4 changed files with 13 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -5,3 +5,6 @@
[submodule "src/main/resources/assets/replaymod/lang"]
path = src/main/resources/assets/replaymod/lang
url = https://github.com/ReplayMod/Translations
[submodule "ReplayStudio"]
path = ReplayStudio
url = ../ReplayStudio