(1.16.5)"gradlew genSources" not working #120

Closed
opened 2021-08-02 14:37:38 +00:00 by PTOM76 · 2 comments
PTOM76 commented 2021-08-02 14:37:38 +00:00 (Migrated from github.com)

Example Mod: https://github.com/FabricMC/fabric-example-mod/tree/master
I downloaded this and ran "gradlew genSources" but it fails.
Log: https://pastebin.com/HYz8rueJ
How can it be cured?

Minecraft: 1.16.5
Java: OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_292-b10)
OS: Windows 10 64Bit amd64
Gradle: Gradle 7.0.2

Example Mod: https://github.com/FabricMC/fabric-example-mod/tree/master I downloaded this and ran "gradlew genSources" but it fails. Log: https://pastebin.com/HYz8rueJ How can it be cured? Minecraft: 1.16.5 Java: OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_292-b10) OS: Windows 10 64Bit amd64 Gradle: Gradle 7.0.2
modmuss50 commented 2021-08-02 14:39:52 +00:00 (Migrated from github.com)

This is a bug in gradle when running on FAT file systems. It has been fixed in 7.2-rc1, you can edit this in gradle/wrapper/gradle-wrapper.properties

This is a bug in gradle when running on FAT file systems. It has been fixed in 7.2-rc1, you can edit this in `gradle/wrapper/gradle-wrapper.properties`
PTOM76 commented 2021-08-02 15:11:03 +00:00 (Migrated from github.com)

thank you. solved.

thank you. solved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#120