-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start command too long to run process in generating sources while split environment source sets. #1092
Comments
Can replicate on loom 1.5 and 1.6. Does not happen on loom 1.4. Java 17 and Java 21 both tested. Loom is probably using the java full path, when it should be either shortening it or using
|
Using Mojang mappings solves the issue with loom 1.5, 1.6, 1.6-SNAPSHOT and 1.7.0-alpha.4, Java 21, Gradle 8.7 and MC 1.20.6. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems the java classpath shorten is not working correctly.
It shows
CreateProcess error=206, 文件名或扩展名太长。
(Sorry, my jdk installation is in Chinese.)But when disable split environment source sets, it works.
Code to reproduce: Karashok-Leo/L2Hostility-Fabricated@a746955
Logs by using
gradlew genSources --info
:The text was updated successfully, but these errors were encountered: