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

62 lines
3.2 KiB
Text
Raw Normal View History

2020-08-03 04:30:27 +02:00
:downloadClient SKIPPED
:downloadServer SKIPPED
2020-07-30 17:44:13 +02:00
:getVersionJson
:extractUserDev
2020-08-03 04:30:27 +02:00
:mergeJars SKIPPED
:applyBinPatches SKIPPED
:downloadMcpTools SKIPPED
:extractMcpData
2020-07-30 17:44:13 +02:00
:genSrgs SKIPPED
2020-08-03 04:30:27 +02:00
:deobfBinJar SKIPPED
:compileApiJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
Note: C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\src\api\java\dan200\computercraft\api\ComputerCraftAPI.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
2020-07-30 17:44:13 +02:00
:processApiResources UP-TO-DATE
:apiClasses
:sourceMainJava
2020-08-03 04:30:27 +02:00
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\build\sources\java\codechicken\core\launch\DepLoader.java:12: warning: URLClassPath is internal proprietary API and may be removed in a future release
2020-07-30 17:44:13 +02:00
import sun.misc.URLClassPath;
^
2020-08-03 04:30:27 +02:00
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\build\sources\java\codechicken\core\launch\DepLoader.java:13: warning: URLUtil is internal proprietary API and may be removed in a future release
2020-07-30 17:44:13 +02:00
import sun.net.util.URLUtil;
^
2020-08-03 04:30:27 +02:00
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\build\sources\java\codechicken\core\launch\DepLoader.java:302: warning: URLClassPath is internal proprietary API and may be removed in a future release
2020-07-30 17:44:13 +02:00
Field f_loaders = URLClassPath.class.getDeclaredField("loaders");
^
2020-08-03 04:30:27 +02:00
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\build\sources\java\codechicken\core\launch\DepLoader.java:303: warning: URLClassPath is internal proprietary API and may be removed in a future release
2020-07-30 17:44:13 +02:00
Field f_lmap = URLClassPath.class.getDeclaredField("lmap");
^
2020-08-03 04:30:27 +02:00
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\build\sources\java\codechicken\core\launch\DepLoader.java:308: warning: URLClassPath is internal proprietary API and may be removed in a future release
2020-07-30 17:44:13 +02:00
URLClassPath ucp = (URLClassPath) f_ucp.get(cl);
^
2020-08-03 04:30:27 +02:00
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\build\sources\java\codechicken\core\launch\DepLoader.java:308: warning: URLClassPath is internal proprietary API and may be removed in a future release
2020-07-30 17:44:13 +02:00
URLClassPath ucp = (URLClassPath) f_ucp.get(cl);
^
2020-08-03 04:30:27 +02:00
C:\Users\magna\OneDrive\Documents\GitHub\Mekanism\build\sources\java\codechicken\core\launch\DepLoader.java:309: warning: URLUtil is internal proprietary API and may be removed in a future release
2020-07-30 17:44:13 +02:00
Closeable loader = ((Map<String, Closeable>) f_lmap.get(ucp)).remove(URLUtil.urlNoFragString(url));
^
2020-08-03 04:30:27 +02:00
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 warnings
2020-07-30 17:44:13 +02:00
:processResources
:classes
:jar
2020-08-03 04:30:27 +02:00
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
2020-07-30 17:44:13 +02:00
:reobf
2020-08-03 04:30:27 +02:00
:assemble
:check UP-TO-DATE
:build
2020-07-30 17:44:13 +02:00
2020-08-03 04:30:27 +02:00
BUILD SUCCESSFUL
2020-07-30 17:44:13 +02:00
2020-08-03 04:30:27 +02:00
Total time: 20.389 secs