Jump to content

Build failed in IDEA: Failed to apply plugin [id 'net.minecraftforge.gradle.forge']


Lyh

Recommended Posts

When I built in IDEA , one error occurred

A problem occurred evaluating root project 'forge-1.12.2-14.23.5.2854-mdk'.
> Failed to apply plugin [id 'net.minecraftforge.gradle.forge']
 > Could not create task of type 'PostDecompileTask'.I tried to build it via "cmd" : 

Quote

 

gradlew build

gradlew setupDecompWorkspace

gradlew idea

 

Still like that

I added something to build.gradle:

Quote

 buildscript {
    repositories {
        jcenter()
        maven { url = "http://files.minecraftforge.net/maven" }
        maven { url = "https://repo1.maven.org/maven2" } // I only added this
    }
    dependencies {
        classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
    }
}
apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
...

 

 

There is another one error:

Quote

ERROR: Unable to load class 'com.github.abrarsyed.jastyle.ASFormatter'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)

The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)

Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of >Gradle requested by the project.

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.