Jump to content

[SOLVED] ForgeGradle 2.0 requires Gradle 2.3 or later


jabelar

Recommended Posts

I noticed that the most recent version of ForgeGradle is 2.0.2 so I figured I'd try to update by making my build.gradle have this (this is directly from the official ForgeGradle plugin site (https://plugins.gradle.org/plugin/net.minecraftforge.gradle.forge):

 

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.net.minecraftforge.gradle:ForgeGradle:2.0.2"
  }
}

apply plugin: "net.minecraftforge.gradle.forge"

 

But when I do have that and run gradlew setupDecompWorkspace I get an error that says "ForgeGradle 2.0 requires Gradle 2.3 or later".

 

I remember when I updated Gradle to 2.2 but I can't for the life of me remember how to do it. What do I need to do?

 

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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