Aldready Have Forge so Cant install forge

Status
Fixed
Issue description

I loaded it and it says Graulde test Failed

code stuff
  

Executing gradle command: cleanCache clean setupDecompWorkspace --refresh-dependencies
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
E:\Pylo\MCreator179>cd forge
E:\Pylo\MCreator179\forge>SET "JAVA_HOME=E:\Pylo\MCreator179\jdk\"
E:\Pylo\MCreator179\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
E:\Pylo\MCreator179\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
E:\Pylo\MCreator179\forge>SET "GRADLE_USER_HOME=C:\Users\Peter Computer #2\.mcreator\gradle"
E:\Pylo\MCreator179\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms625m -Xmx2048m" cleanCache clean setupDecompWorkspace --refresh-dependencies 
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-ee3e3df        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################
:cleanCache
:clean FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':clean'.
> Unable to delete file: E:\Pylo\MCreator179\forge\build\taskLogs\decompileMc.log
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 21.045 secs
E:\Pylo\MCreator179\forge>
Task completed with return code 0 in 21734 milliseconds

 

Issue comments

When opening a ticket, please provide all the details required. Nevertheless, from the report you provided, the fix for your error is to:

  • Go to E:\Pylo\MCreator179\forge\build\taskLogs
  • Remove file decompileMc.log in this folder
  • Run MCreator recompile process again