im a begginer in java and im trynna make a mod in mc with intelj
i get this error when i run runClient
Build file 'C:\MyModProject\build.gradle' line: 156
Could not determine the dependencies of task ':classes'.
Could not create task ':processResources'. Could not get unknown property 'reincarnatedintheminecraftworldwithmyiphone' for task ':processResources' of type org.gradle.language.jvm.tasks.ProcessResources.
7 Replies
⌛
This post has been reserved for your question.
Hey @etsiiiiiiii1212! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
im usin 1.19 version of minecraft forge
java 17
mod loader javafml
11:13:29 pm: Executing 'runClient'…
Configure project :Java: 17.0.12, JVM: 17.0.12+8-LTS-286 (Oracle Corporation), Arch: amd64 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.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. FAILURE: Build failed with an exception. * Where: Build file 'C:\MyModProject\build.gradle' line: 156 * What went wrong: Could not determine the dependencies of task ':classes'.
Could not create task ':processResources'. Could not get unknown property 'reincarnatedintheminecraftworldwithmyiphone' for task ':processResources' of type org.gradle.language.jvm.tasks.ProcessResources.* 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 1s 11:13:31 pm: Execution finished 'runClient'.
pls someone
help
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
it seems to me you're using the wrong version :P
You're running minecraft on 1.19 however you're using Java 17
But then again after researching 1.19 can be used with Java 17 so my next problem i would look at would be why am i missing tasks...could it be im using a depracated version of Gradle ??? :P
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.