You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project encountered a problem today. I have tried to create a new project, but still prompted this error. I don't have a clue now. Can you help me?
gradle.properties :
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
# Mod Properties
mod_version = 1.0-SNAPSHOT
maven_group = org.example.es
archives_base_name = untitledes
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.89.0+1.20.1
Output information of IDEA:
> Configure project :
Fabric Loom: 1.2.7
Found existing cache lock file, rebuilding loom cache. This may have been caused by a failed or canceled build.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'untitledes'.
> Failed to setup Minecraft, com.fasterxml.jackson.databind.JsonMappingException: Unexpected end-of-input in field name
at [Source: (String)"{"latest": {"release": "1.20.2", "snapshot": "1.20.2"}, "versions": [{"id": "1.20.2", "type": "release", "url": "https://piston-meta.mojang.com/v1/packages/b994a7ad16326530c7a67e1b700fcd6fb86e1497/1.20.2.json", "time": "2023-09-21T15:00:12+00:00", "releaseTime": "2023-09-20T09:02:57+00:00", "sha1": "b994a7ad16326530c7a67e1b700fcd6fb86e1497", "complianceLevel": 1}, {"id": "1.20.2-rc2", "type": "snapshot", "url": "https://piston-meta.mojang.com/v1/packages/8e1e1a829ceb3ad443af4c33194816979274d782/"[truncated 32268 chars]; line: 1, column: 32769] (through reference chain: net.fabricmc.loom.configuration.providers.minecraft.ManifestVersion["versions"]->java.util.ArrayList[107])
* 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 96ms
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
My project encountered a problem today. I have tried to create a new project, but still prompted this error. I don't have a clue now. Can you help me?
gradle.properties :
Output information of IDEA:
Beta Was this translation helpful? Give feedback.
All reactions