Skip to content

Instantly share code, notes, and snippets.

@kevinkjt2000
Created August 24, 2014 17:09
Show Gist options
  • Save kevinkjt2000/62c2749cbde073883d6f to your computer and use it in GitHub Desktop.
Save kevinkjt2000/62c2749cbde073883d6f to your computer and use it in GitHub Desktop.
Build error from building CompactWindmills
Creating properties on demand (a.k.a. dynamic properties) has been deprecated and is scheduled to be removed in Gradle 2.0. Please read http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html for information on the replacement for dynamic properties.
Deprecated dynamic property: "ENV" on "root project 'CompactWindmills'", value: "{USERPROFILE=C:\Users\...".
The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/..
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn
MCP Data version : unknown
****************************
:downloadClient SKIPPED
:downloadServer SKIPPED
:extractUserDev UP-TO-DATE
:mergeJars SKIPPED
:applyBinPatches SKIPPED
:downloadMcpTools UP-TO-DATE
:genSrgs SKIPPED
:deobfBinJar SKIPPED
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Users\Kevin\Documents\GitHub\CompactWindmills\build\sources\java\aroma1997\compactwindmills\TileEntityWindmill.java:46: error: TileEntityWindmill is not abstract and does not override abstract method func_70302_i_() in ISpecialInventory
public class TileEntityWindmill extends TileEntity implements IEnergySource, IWrenchable, ISpecialInventory, IAromaWrenchable {
^
1 error
1 warning
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* 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: 9.664 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment