Mekanism-tilera-Edition/.gradle/gradle.log

28 lines
894 B
Text
Raw Normal View History

2020-08-04 06:56:17 +02:00
:compileApiJava UP-TO-DATE
2020-07-30 17:44:13 +02:00
:processApiResources UP-TO-DATE
2020-08-04 06:56:17 +02:00
:apiClasses UP-TO-DATE
2020-07-30 17:44:13 +02:00
:sourceMainJava
2020-08-03 04:30:27 +02:00
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
2020-08-04 06:56:17 +02:00
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism2\build\sources\java\mekanism\common\item\ItemBlockBasic.java:88: error: <identifier> expected
return new 1;
^
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism2\build\sources\java\mekanism\common\item\ItemBlockBasic.java:88: error: '(' or '[' expected
return new 1;
^
2 errors
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.
2020-07-30 17:44:13 +02:00
2020-08-04 06:56:17 +02:00
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
2020-07-30 17:44:13 +02:00
2020-08-04 06:56:17 +02:00
BUILD FAILED
2020-07-30 17:44:13 +02:00
2020-08-04 06:56:17 +02:00
Total time: 6.521 secs