Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Error installer forge
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
kiko1231

Error installer forge

By kiko1231, December 1, 2020 in ForgeGradle

  • Start new topic

Recommended Posts

kiko1231    0

kiko1231

kiko1231    0

  • Tree Puncher
  • kiko1231
  • Members
  • 0
  • 1 post
Posted December 1, 2020

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':minecraftNatives'.
> Could not resolve org.lwjgl.lwjgl:lwjgl-platform:2.9.1.
  Required by:
      com.yourname.modid:forge:1.0
   > Could not HEAD 'http://repo1.maven.org/maven2/org/lwjgl/lwjgl/lwjgl-platform/2.9.1/lwjgl-platform-2.9.1.pom'. Received status code 501 from server: HTTPS Required
   > Could not parse POM https://libraries.minecraft.net/org/lwjgl/lwjgl/lwjgl-platform/2.9.1/lwjgl-platform-2.9.1.pom
      > Could not resolve org.lwjgl.lwjgl:parent:2.9.1.
         > Could not GET 'http://repo1.maven.org/maven2/org/lwjgl/lwjgl/parent/2.9.1/parent-2.9.1.pom'. Received status code 501 from server: HTTPS Required

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

 

 

 

my build.gradle: 

 

buildscript {
    repositories {
        maven {url =  "https://repo1.maven.org/maven2"}
        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'

version = "1.0"
group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"

minecraft {
    version = "1.7.10-10.13.4.1558-1.7.10"
    runDir = "eclipse"
}

dependencies {
    // you may put jars on which you depend on in ./libs
    // or you may define them like so..
    //compile "some.group:artifact:version:classifier"
    //compile "some.group:artifact:version"
      
    // real examples
    //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev'  // adds buildcraft to the dev env
    //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env

    // for more info...
    // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
    // http://www.gradle.org/docs/current/userguide/dependency_management.html

}

processResources
{
    // this will ensure that this task is redone when the versions change.
    inputs.property "version", project.version
    inputs.property "mcversion", project.minecraft.version

    // replace stuff in mcmod.info, nothing else
    from(sourceSets.main.resources.srcDirs) {
        include 'mcmod.info'
                
        // replace version and mcversion
        expand 'version':project.version, 'mcversion':project.minecraft.version
    }
        
    // copy everything else, thats not the mcmod.info
    from(sourceSets.main.resources.srcDirs) {
        exclude 'mcmod.info'
    }
}
 

Share this post


Link to post
Share on other sites

diesieben07    7590

diesieben07

diesieben07    7590

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7590
  • 54993 posts
Posted December 1, 2020

1.7 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      Minecraft modpack when loading world and it crash in 1.16.4

      By DaemonUmbra · Posted 1 minute ago

      You were asked to post the full name of whatever file you deleted. There are likely to be many files with similar names and we want to be sure you didn't delete the wrong one due to confusion.
    • DaemonUmbra
      Forge is a "blank file" after installing

      By DaemonUmbra · Posted 3 minutes ago

      Quick reminder to ONLY get Forge from the Forge Files page and only get mods from CurseForge or the mod developer's own site.
    • Pinary
      Recipes Not Working/IItemProvider Help

      By Pinary · Posted 9 minutes ago

      TYSSSM!! It means a lot to me that you helped!
    • Extegral
      Cannot interact with MinecraftForge repositories

      By Extegral · Posted 21 minutes ago

      Well, then I have no idea either. I didn't even do much with Forge repos recently, my last comment was on ForgeGradle a couple months ago, and there wasn't anything offensive there or something. Are there someone specific I could contact on this case? 
    • Draco18s
      Cannot interact with MinecraftForge repositories

      By Draco18s · Posted 44 minutes ago

      In poking around my guess is that you were added as a blocked user.   Why? Don't know.
  • Topics

    • Firstzcz
      34
      Minecraft modpack when loading world and it crash in 1.16.4

      By Firstzcz
      Started 13 hours ago

    • Gina5064
      7
      Forge is a "blank file" after installing

      By Gina5064
      Started 13 hours ago

    • Pinary
      2
      Recipes Not Working/IItemProvider Help

      By Pinary
      Started 3 hours ago

    • Extegral
      2
      Cannot interact with MinecraftForge repositories

      By Extegral
      Started 1 hour ago

    • cadbane86140
      0
      Minecraft: Parkour Paradise 3 Part 3!

      By cadbane86140
      Started 1 hour ago

  • Who's Online (See full list)

    • Extegral
    • Pinary
    • DaemonUmbra
    • MistyMarshes
    • LexManos
    • jbredwards
    • noodleWrecker7
    • loordgek
    • Kyleigh3106
    • Smartelekes7
    • Sleepwalkerx
    • Zaccypu
    • imawindow
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Error installer forge
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community