Posted April 18, 201411 yr I get an error when importing a gradle project with the independent setup mention in the tutorial post of GotoLink. I got this error when clicking the 'Build Model' button: This is my build.gradle: buildscript { repositories { mavenCentral() maven { name = "forge" url = "http://files.minecraftforge.net/maven" }maven { name = "sonatype" url = "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT' } } apply plugin: 'forge' minecraft{version = "1.7.2-10.12.0.1056"} version = "1.7.2-v0.01" archivesBaseName = project.projectDir.name sourceSets.main{ java{ srcDirs 'src' } resources{ srcDirs 'resources' } } processResources { from(sourceSets.main.resources.srcDirs) { include 'mcmod.info' expand 'version':project.version, 'mcversion':project.minecraft.version } from(sourceSets.main.resources.srcDirs) { exclude 'mcmod.info' } } Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
April 20, 201411 yr BECAUSE YOU DON'T IMPORT A GRADLE PROJECT! If you just run the basic setup commands and just import a JAVA project, it should be fine.
April 21, 201411 yr Author When i run 'gradlew setupDecompWorkspace' in the command line, i got the same error: Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
April 22, 201411 yr Author Look at the main post. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
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.