[Bug]: Cannot Compile/Open 1.21.x-cloche in intelliJ IDEA
NetyashaRoozi opened this issue ยท 1 comments
Bug Description
Opening up intelliJ IDEA and opening the 1.21.x-cloche build causes an error saying
Illegal char <:> at index 97: D:\Games\modcomp\Chipped-1.21.x-cloche\build\tmp\createCommonClientDataIntersection\common-client:data-minecraft-stub.jar
How to Reproduce?
- Open IntelliJ IDEA Community Edition
- Open/Clone 1.21.x-cloche Chipped
- Receive error
Expected Behavior
It should load and be able to be compiled unless I am opening it wrong
Version
1.21.x-cloche
Mod Loader Version
1.21.4
Mod Loader
No response
Logs or additional context
`
Configure project :
(global static) fabric:main -> common:main
(dynamic) fabric:data -> fabric:main
(dynamic) common:data -> common:main
(dynamic) common:data -> common:main
(global static) fabric:data -> common:data
(dynamic) fabric:client -> fabric:main
(dynamic) common:client -> common:main
(global static) fabric:client -> common:client
(dynamic) fabric:client:data -> fabric:client
(dynamic) fabric:client:data -> fabric:main
(dynamic) fabric:client:data -> fabric:data
(dynamic) common:client:data -> common:client
(dynamic) common:client:data -> common:main
(dynamic) common:client:data -> common:data
(global static) fabric:client:data -> common:client:data
(global static) neoforge:main -> common:main
(global static) neoforge:main -> common:client
(neoforge static) common:client:data -> common:data
(neoforge static) common:client -> common
(dynamic) neoforge:data -> neoforge:main
(global static) neoforge:data -> common:data
(global static) neoforge:data -> common:client:data
Task :resolveFabricClientMappings UP-TO-DATE
Task :loadFabricMappings UP-TO-DATE
Task :resolveFabricClient UP-TO-DATE
Task :resolveFabricCommon UP-TO-DATE
Task :remapFabricClientMinecraftIntermediary UP-TO-DATE
Task :remapFabricClientMinecraftNamed UP-TO-DATE
Task :accessWidenFabricClientDataMinecraft UP-TO-DATE
Task :resolveNeoforgePatchedMinecraft UP-TO-DATE
Task :accessWidenNeoforgeDataMinecraft UP-TO-DATE
Task :createCommonClientDataIntersection FAILED
[Incubating] Problems report is available at: file:///D:/Games/modcomp/Chipped-1.21.x-cloche/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.12.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
10 actionable tasks: 1 executed, 9 up-to-date
The build scan was not published due to a configuration problem.
The Gradle Terms of Use have not been agreed to.
For more information, please see https://gradle.com/help/gradle-plugin-terms-of-use.
Alternatively, if you are using Develocity, specify the server location.
For more information, please see https://gradle.com/help/gradle-plugin-config.
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':createCommonClientDataIntersection'.
Illegal char <:> at index 97: D:\Games\modcomp\Chipped-1.21.x-cloche\build\tmp\createCommonClientDataIntersection\common-client:data-minecraft-stub.jar
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org.
BUILD FAILED in 963ms
`
Code of Conduct
- I have searched the issue tracker and confirmed that the issue has not been reported
- I have checked the FAQ (if one is present) and my issue is not listed
- I have verified that I am using the latest version of the mod
- I have verified that I have installed all the required dependencies for the mod
- I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.