Skip to content

Instantly share code, notes, and snippets.

@Nyfaria
Created June 5, 2024 15:15
Show Gist options
  • Save Nyfaria/ea8254b95b35a8b09d3a66a1d8779a27 to your computer and use it in GitHub Desktop.
Save Nyfaria/ea8254b95b35a8b09d3a66a1d8779a27 to your computer and use it in GitHub Desktop.
IdeaRunsExtension does not exist when NeoGradle Vanilla is used in Common ML
Starting Gradle Daemon...
Gradle Daemon started in 2 s 116 ms
> Task :buildSrc:extractPluginRequests UP-TO-DATE
> Task :buildSrc:generatePluginAdapters UP-TO-DATE
> Task :buildSrc:compileJava UP-TO-DATE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:compileGroovyPlugins UP-TO-DATE
> Task :buildSrc:pluginDescriptors UP-TO-DATE
> Task :buildSrc:processResources UP-TO-DATE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Configure project :fabric
Fabric Loom: 1.6.12
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\MinecraftModding\NyfsMultiLoader-Template\neoforge\build.gradle' line: 3
* What went wrong:
An exception occurred applying plugin request [id: 'net.neoforged.gradle.userdev', version: '7.0.136']
> Failed to apply plugin class 'net.neoforged.gradle.common.CommonProjectPlugin'.
> Extension of type 'IdeaRunsExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, ProjectSettings, IdeaRunsExtension]
* 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.
CONFIGURE FAILED in 12s
7 actionable tasks: 7 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment