Skip to content

Commit

Permalink
something is better than null
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrarSyed committed Oct 28, 2015
1 parent 8f7961d commit 4f21e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ protected void afterEvaluate()

Logger logger = this.project.getLogger();
logger.lifecycle("#################################################");
logger.lifecycle(" ForgeGradle {} ", this.getClass().getPackage().getImplementationVersion());
logger.lifecycle(" ForgeGradle {} ", this.getExtension().forgeGradleVersion);
logger.lifecycle(" https://github.com/MinecraftForge/ForgeGradle ");
logger.lifecycle("#################################################");
logger.lifecycle(" Powered by MCP {} ", this.getExtension().getMcpVersion());
Expand Down

0 comments on commit 4f21e1c

Please sign in to comment.