· 6 years ago · Dec 16, 2019, 04:46 PM
1To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html.
2Daemon will be stopped at the end of the build stopping after processing
3Configuration on demand is an incubating feature.
4
5> Task :Launcher:compileJava
6/home/FGLauncher/Launcher/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:5: error: package javafx.application does not exist
7import javafx.application.Application;
8 ^
9/home/FGLauncher/Launcher/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:7: error: cannot find symbol
10public abstract class JSApplication extends Application {
11 ^
12 symbol: class Application
132 errors
14
15> Task :Launcher:compileJava FAILED
16
17FAILURE: Build failed with an exception.
18
19* What went wrong:
20Execution failed for task ':Launcher:compileJava'.
21> Compilation failed; see the compiler error output for details.
22
23* Try:
24Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
25
26* Get more help at https://help.gradle.org
27
28BUILD FAILED in 17s
2923 actionable tasks: 12 executed, 11 from cache
30root@FaintGreed:/home/FGLauncher/Launcher# sh gradlew build --info
31Initialized native services in: /root/.gradle/native
32To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html.
33Starting process 'Gradle build daemon'. Working directory: /root/.gradle/daemon/5.4.1 Command: /usr/lib/jvm/java-11-openjdk-amd64/bin/java --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /root/.gradle/wrapper/dists/gradle-5.4.1-all/3221gyojl5jsh0helicew7rwx/gradle-5.4.1/lib/gradle-launcher-5.4.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 5.4.1
34Successfully started process 'Gradle build daemon'
35An attempt to start the daemon took 1.475 secs.
36The client will now receive all logging from the daemon (pid: 16533). The daemon log file: /root/.gradle/daemon/5.4.1/daemon-16533.out.log
37Daemon will be stopped at the end of the build stopping after processing
38Using 2 worker leases.
39Starting Build
40Settings evaluated using settings file '/home/FGLauncher/Launcher/settings.gradle'.
41Using local directory build cache for the root build (location = /root/.gradle/caches/build-cache-1, removeUnusedEntriesAfter = 7 days).
42Projects loaded. Root project using build file '/home/FGLauncher/Launcher/build.gradle'.
43Included projects: [root project 'GravitLauncher', project ':Launcher', project ':LauncherAPI', project ':LauncherAuthlib', project ':LauncherCore', project ':LaunchServer', project ':LaunchServerConsole', project ':modules', project ':ServerWrapper', project ':modules:AdditionalHash_module', project ':modules:AutoReHash_module', project ':modules:AutoSaveSessions_module', project ':modules:DiscordRPC_module', project ':modules:JarSigner_module', project ':modules:LauncherModuleLoader_module', project ':modules:LauncherStartScreen_lmodule', project ':modules:LegacySupport_module', project ':modules:PaperPatch_swmodule', project ':modules:SashokSupport_module', project ':modules:ServerScriptEngine_module', project ':modules:ServerStatistics_module', project ':modules:SystemdNotifer_module', project ':modules:UnsafeCommandPack_module']
44Configuration on demand is an incubating feature.
45
46> Configure project :
47Evaluating root project 'GravitLauncher' using build file '/home/FGLauncher/Launcher/build.gradle'.
48
49> Configure project :Launcher
50Evaluating project ':Launcher' using build file '/home/FGLauncher/Launcher/Launcher/build.gradle'.
51
52> Configure project :LauncherAPI
53Evaluating project ':LauncherAPI' using build file '/home/FGLauncher/Launcher/LauncherAPI/build.gradle'.
54
55> Configure project :LauncherAuthlib
56Evaluating project ':LauncherAuthlib' using build file '/home/FGLauncher/Launcher/LauncherAuthlib/build.gradle'.
57
58> Configure project :LauncherCore
59Evaluating project ':LauncherCore' using build file '/home/FGLauncher/Launcher/LauncherCore/build.gradle'.
60
61> Configure project :LaunchServer
62Evaluating project ':LaunchServer' using build file '/home/FGLauncher/Launcher/LaunchServer/build.gradle'.
63
64> Configure project :LaunchServerConsole
65Evaluating project ':LaunchServerConsole' using build file '/home/FGLauncher/Launcher/LaunchServerConsole/build.gradle'.
66
67> Configure project :modules
68Evaluating project ':modules' using build file '/home/FGLauncher/Launcher/modules/build.gradle'.
69
70> Configure project :ServerWrapper
71Evaluating project ':ServerWrapper' using build file '/home/FGLauncher/Launcher/ServerWrapper/build.gradle'.
72
73> Configure project :modules:AdditionalHash_module
74Evaluating project ':modules:AdditionalHash_module' using build file '/home/FGLauncher/Launcher/modules/AdditionalHash_module/build.gradle'.
75
76> Configure project :modules:AutoReHash_module
77Evaluating project ':modules:AutoReHash_module' using build file '/home/FGLauncher/Launcher/modules/AutoReHash_module/build.gradle'.
78
79> Configure project :modules:AutoSaveSessions_module
80Evaluating project ':modules:AutoSaveSessions_module' using build file '/home/FGLauncher/Launcher/modules/AutoSaveSessions_module/build.gradle'.
81
82> Configure project :modules:DiscordRPC_module
83Evaluating project ':modules:DiscordRPC_module' using build file '/home/FGLauncher/Launcher/modules/DiscordRPC_module/build.gradle'.
84
85> Configure project :modules:JarSigner_module
86Evaluating project ':modules:JarSigner_module' using build file '/home/FGLauncher/Launcher/modules/JarSigner_module/build.gradle'.
87
88> Configure project :modules:LauncherModuleLoader_module
89Evaluating project ':modules:LauncherModuleLoader_module' using build file '/home/FGLauncher/Launcher/modules/LauncherModuleLoader_module/build.gradle'.
90
91> Configure project :modules:LauncherStartScreen_lmodule
92Evaluating project ':modules:LauncherStartScreen_lmodule' using build file '/home/FGLauncher/Launcher/modules/LauncherStartScreen_lmodule/build.gradle'.
93
94> Configure project :modules:LegacySupport_module
95Evaluating project ':modules:LegacySupport_module' using build file '/home/FGLauncher/Launcher/modules/LegacySupport_module/build.gradle'.
96
97> Configure project :modules:PaperPatch_swmodule
98Evaluating project ':modules:PaperPatch_swmodule' using build file '/home/FGLauncher/Launcher/modules/PaperPatch_swmodule/build.gradle'.
99
100> Configure project :modules:SashokSupport_module
101Evaluating project ':modules:SashokSupport_module' using build file '/home/FGLauncher/Launcher/modules/SashokSupport_module/build.gradle'.
102
103> Configure project :modules:ServerScriptEngine_module
104Evaluating project ':modules:ServerScriptEngine_module' using build file '/home/FGLauncher/Launcher/modules/ServerScriptEngine_module/build.gradle'.
105
106> Configure project :modules:ServerStatistics_module
107Evaluating project ':modules:ServerStatistics_module' using build file '/home/FGLauncher/Launcher/modules/ServerStatistics_module/build.gradle'.
108
109> Configure project :modules:SystemdNotifer_module
110Evaluating project ':modules:SystemdNotifer_module' using build file '/home/FGLauncher/Launcher/modules/SystemdNotifer_module/build.gradle'.
111
112> Configure project :modules:UnsafeCommandPack_module
113Evaluating project ':modules:UnsafeCommandPack_module' using build file '/home/FGLauncher/Launcher/modules/UnsafeCommandPack_module/build.gradle'.
114Selected primary task 'build' from project :
115All projects evaluated.
116Tasks to be executed: [task ':assemble', task ':check', task ':build', task ':Launcher:dumpLibs', task ':Launcher:genRuntimeJS', task ':LauncherCore:compileJava', task ':LauncherCore:processResources', task ':LauncherCore:classes', task ':LauncherCore:jar', task ':LauncherAPI:compileJava', task ':LauncherAPI:processResources', task ':LauncherAPI:classes', task ':LauncherAPI:jar', task ':LauncherAuthlib:compileJava', task ':LauncherAuthlib:processResources', task ':LauncherAuthlib:classes', task ':LauncherAuthlib:jar', task ':Launcher:compileJava', task ':Launcher:processResources', task ':Launcher:classes', task ':Launcher:jar', task ':Launcher:shadowJar', task ':Launcher:assemble', task ':Launcher:compileTestJava', task ':Launcher:processTestResources', task ':Launcher:testClasses', task ':Launcher:test', task ':Launcher:check', task ':Launcher:build', task ':LauncherAPI:assemble', task ':LauncherAPI:compileTestJava', task ':LauncherAPI:processTestResources', task ':LauncherAPI:testClasses', task ':LauncherAPI:test', task ':LauncherAPI:check', task ':LauncherAPI:build', task ':LauncherAuthlib:assemble', task ':LauncherAuthlib:compileTestJava', task ':LauncherAuthlib:processTestResources', task ':LauncherAuthlib:testClasses', task ':LauncherAuthlib:test', task ':LauncherAuthlib:check', task ':LauncherAuthlib:build', task ':LauncherCore:assemble', task ':LauncherCore:compileTestJava', task ':LauncherCore:processTestResources', task ':LauncherCore:testClasses', task ':LauncherCore:test', task ':LauncherCore:check', task ':LauncherCore:build', task ':LaunchServer:dumpCompileOnlyLibs', task ':LaunchServer:hikari', task ':LaunchServer:launch4jA', task ':LaunchServer:launch4jM', task ':LaunchServer:dumpLibs', task ':LaunchServer:compileJava', task ':LaunchServer:processResources', task ':LaunchServer:classes', task ':LaunchServer:jar', task ':LaunchServer:bundle', task ':LaunchServer:cleanjar', task ':LaunchServer:dumpClientLibs', task ':LaunchServer:assemble', task ':LaunchServer:compileTestJava', task ':LaunchServer:processTestResources', task ':LaunchServer:testClasses', task ':LaunchServer:test', task ':LaunchServer:check', task ':LaunchServer:build', task ':ServerWrapper:compileJava', task ':ServerWrapper:processResources', task ':ServerWrapper:classes', task ':ServerWrapper:jar', task ':LaunchServerConsole:compileJava', task ':LaunchServerConsole:processResources', task ':LaunchServerConsole:classes', task ':LaunchServerConsole:jar', task ':LaunchServerConsole:assemble', task ':LaunchServerConsole:compileTestJava', task ':LaunchServerConsole:processTestResources', task ':LaunchServerConsole:testClasses', task ':LaunchServerConsole:test', task ':LaunchServerConsole:check', task ':LaunchServerConsole:build', task ':modules:AdditionalHash_module:compileJava', task ':modules:AdditionalHash_module:processResources', task ':modules:AdditionalHash_module:classes', task ':modules:AdditionalHash_module:shadowJar', task ':modules:AutoReHash_module:compileJava', task ':modules:AutoReHash_module:processResources', task ':modules:AutoReHash_module:classes', task ':modules:AutoReHash_module:shadowJar', task ':modules:AutoSaveSessions_module:compileJava', task ':modules:AutoSaveSessions_module:processResources', task ':modules:AutoSaveSessions_module:classes', task ':modules:AutoSaveSessions_module:shadowJar', task ':modules:DiscordRPC_module:compileJava', task ':modules:DiscordRPC_module:processResources', task ':modules:DiscordRPC_module:classes', task ':modules:DiscordRPC_module:shadowJar', task ':modules:JarSigner_module:compileJava', task ':modules:JarSigner_module:processResources', task ':modules:JarSigner_module:classes', task ':modules:JarSigner_module:shadowJar', task ':modules:LauncherModuleLoader_module:compileJava', task ':modules:LauncherModuleLoader_module:processResources', task ':modules:LauncherModuleLoader_module:classes', task ':modules:LauncherModuleLoader_module:shadowJar', task ':modules:LauncherStartScreen_lmodule:compileJava', task ':modules:LauncherStartScreen_lmodule:processResources', task ':modules:LauncherStartScreen_lmodule:classes', task ':modules:LauncherStartScreen_lmodule:shadowJar', task ':modules:LegacySupport_module:compileJava', task ':modules:LegacySupport_module:processResources', task ':modules:LegacySupport_module:classes', task ':modules:LegacySupport_module:shadowJar', task ':modules:PaperPatch_swmodule:compileJava', task ':modules:PaperPatch_swmodule:processResources', task ':modules:PaperPatch_swmodule:classes', task ':modules:PaperPatch_swmodule:shadowJar', task ':modules:SashokSupport_module:compileJava', task ':modules:SashokSupport_module:processResources', task ':modules:SashokSupport_module:classes', task ':modules:SashokSupport_module:shadowJar', task ':modules:ServerScriptEngine_module:compileJava', task ':modules:ServerScriptEngine_module:processResources', task ':modules:ServerScriptEngine_module:classes', task ':modules:ServerScriptEngine_module:shadowJar', task ':modules:ServerStatistics_module:compileJava', task ':modules:ServerStatistics_module:processResources', task ':modules:ServerStatistics_module:classes', task ':modules:ServerStatistics_module:shadowJar', task ':modules:SystemdNotifer_module:compileJava', task ':modules:SystemdNotifer_module:processResources', task ':modules:SystemdNotifer_module:classes', task ':modules:SystemdNotifer_module:shadowJar', task ':modules:UnsafeCommandPack_module:compileJava', task ':modules:UnsafeCommandPack_module:processResources', task ':modules:UnsafeCommandPack_module:classes', task ':modules:UnsafeCommandPack_module:shadowJar', task ':modules:bundleZip', task ':modules:assemble', task ':modules:build', task ':ServerWrapper:shadowJar', task ':ServerWrapper:assemble', task ':ServerWrapper:compileTestJava', task ':ServerWrapper:processTestResources', task ':ServerWrapper:testClasses', task ':ServerWrapper:test', task ':ServerWrapper:check', task ':ServerWrapper:build', task ':modules:AdditionalHash_module:jar', task ':modules:AdditionalHash_module:assemble', task ':modules:AdditionalHash_module:compileTestJava', task ':modules:AdditionalHash_module:processTestResources', task ':modules:AdditionalHash_module:testClasses', task ':modules:AdditionalHash_module:test', task ':modules:AdditionalHash_module:check', task ':modules:AdditionalHash_module:build', task ':modules:AutoReHash_module:jar', task ':modules:AutoReHash_module:assemble', task ':modules:AutoReHash_module:compileTestJava', task ':modules:AutoReHash_module:processTestResources', task ':modules:AutoReHash_module:testClasses', task ':modules:AutoReHash_module:test', task ':modules:AutoReHash_module:check', task ':modules:AutoReHash_module:build', task ':modules:AutoSaveSessions_module:jar', task ':modules:AutoSaveSessions_module:assemble', task ':modules:AutoSaveSessions_module:compileTestJava', task ':modules:AutoSaveSessions_module:processTestResources', task ':modules:AutoSaveSessions_module:testClasses', task ':modules:AutoSaveSessions_module:test', task ':modules:AutoSaveSessions_module:check', task ':modules:AutoSaveSessions_module:build', task ':modules:DiscordRPC_module:jar', task ':modules:DiscordRPC_module:assemble', task ':modules:DiscordRPC_module:compileTestJava', task ':modules:DiscordRPC_module:processTestResources', task ':modules:DiscordRPC_module:testClasses', task ':modules:DiscordRPC_module:test', task ':modules:DiscordRPC_module:check', task ':modules:DiscordRPC_module:build', task ':modules:JarSigner_module:jar', task ':modules:JarSigner_module:assemble', task ':modules:JarSigner_module:compileTestJava', task ':modules:JarSigner_module:processTestResources', task ':modules:JarSigner_module:testClasses', task ':modules:JarSigner_module:test', task ':modules:JarSigner_module:check', task ':modules:JarSigner_module:build', task ':modules:LauncherModuleLoader_module:jar', task ':modules:LauncherModuleLoader_module:assemble', task ':modules:LauncherModuleLoader_module:compileTestJava', task ':modules:LauncherModuleLoader_module:processTestResources', task ':modules:LauncherModuleLoader_module:testClasses', task ':modules:LauncherModuleLoader_module:test', task ':modules:LauncherModuleLoader_module:check', task ':modules:LauncherModuleLoader_module:build', task ':modules:LauncherStartScreen_lmodule:jar', task ':modules:LauncherStartScreen_lmodule:assemble', task ':modules:LauncherStartScreen_lmodule:compileTestJava', task ':modules:LauncherStartScreen_lmodule:processTestResources', task ':modules:LauncherStartScreen_lmodule:testClasses', task ':modules:LauncherStartScreen_lmodule:test', task ':modules:LauncherStartScreen_lmodule:check', task ':modules:LauncherStartScreen_lmodule:build', task ':modules:LegacySupport_module:jar', task ':modules:LegacySupport_module:assemble', task ':modules:LegacySupport_module:compileTestJava', task ':modules:LegacySupport_module:processTestResources', task ':modules:LegacySupport_module:testClasses', task ':modules:LegacySupport_module:test', task ':modules:LegacySupport_module:check', task ':modules:LegacySupport_module:build', task ':modules:PaperPatch_swmodule:jar', task ':modules:PaperPatch_swmodule:assemble', task ':modules:PaperPatch_swmodule:compileTestJava', task ':modules:PaperPatch_swmodule:processTestResources', task ':modules:PaperPatch_swmodule:testClasses', task ':modules:PaperPatch_swmodule:test', task ':modules:PaperPatch_swmodule:check', task ':modules:PaperPatch_swmodule:build', task ':modules:SashokSupport_module:jar', task ':modules:SashokSupport_module:assemble', task ':modules:SashokSupport_module:compileTestJava', task ':modules:SashokSupport_module:processTestResources', task ':modules:SashokSupport_module:testClasses', task ':modules:SashokSupport_module:test', task ':modules:SashokSupport_module:check', task ':modules:SashokSupport_module:build', task ':modules:ServerScriptEngine_module:jar', task ':modules:ServerScriptEngine_module:assemble', task ':modules:ServerScriptEngine_module:compileTestJava', task ':modules:ServerScriptEngine_module:processTestResources', task ':modules:ServerScriptEngine_module:testClasses', task ':modules:ServerScriptEngine_module:test', task ':modules:ServerScriptEngine_module:check', task ':modules:ServerScriptEngine_module:build', task ':modules:ServerStatistics_module:jar', task ':modules:ServerStatistics_module:assemble', task ':modules:ServerStatistics_module:compileTestJava', task ':modules:ServerStatistics_module:processTestResources', task ':modules:ServerStatistics_module:testClasses', task ':modules:ServerStatistics_module:test', task ':modules:ServerStatistics_module:check', task ':modules:ServerStatistics_module:build', task ':modules:SystemdNotifer_module:jar', task ':modules:SystemdNotifer_module:assemble', task ':modules:SystemdNotifer_module:compileTestJava', task ':modules:SystemdNotifer_module:processTestResources', task ':modules:SystemdNotifer_module:testClasses', task ':modules:SystemdNotifer_module:test', task ':modules:SystemdNotifer_module:check', task ':modules:SystemdNotifer_module:build', task ':modules:UnsafeCommandPack_module:jar', task ':modules:UnsafeCommandPack_module:assemble', task ':modules:UnsafeCommandPack_module:compileTestJava', task ':modules:UnsafeCommandPack_module:processTestResources', task ':modules:UnsafeCommandPack_module:testClasses', task ':modules:UnsafeCommandPack_module:test', task ':modules:UnsafeCommandPack_module:check', task ':modules:UnsafeCommandPack_module:build']
117:assemble (Thread[Daemon worker,5,main]) started.
118:Launcher:dumpLibs (Thread[Execution worker for ':',5,main]) started.
119
120> Task :assemble UP-TO-DATE
121Skipping task ':assemble' as it has no actions.
122:assemble (Thread[Daemon worker,5,main]) completed. Took 0.083 secs.
123:check (Thread[Daemon worker,5,main]) started.
124
125> Task :check UP-TO-DATE
126Skipping task ':check' as it has no actions.
127:check (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
128:build (Thread[Daemon worker,5,main]) started.
129
130> Task :build UP-TO-DATE
131Skipping task ':build' as it has no actions.
132:build (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
133:LauncherCore:compileJava (Thread[Daemon worker,5,main]) started.
134
135> Task :Launcher:dumpLibs UP-TO-DATE
136Caching disabled for task ':Launcher:dumpLibs' because:
137 Caching has not been enabled for the task
138Skipping task ':Launcher:dumpLibs' as it is up-to-date.
139:Launcher:dumpLibs (Thread[Execution worker for ':',5,main]) completed. Took 0.4 secs.
140:Launcher:genRuntimeJS (Thread[Execution worker for ':',5,main]) started.
141
142> Task :LauncherCore:compileJava UP-TO-DATE
143Build cache key for task ':LauncherCore:compileJava' is 5078cbd4b1dd1dffaaf3bc136cd7f2b1
144Skipping task ':LauncherCore:compileJava' as it is up-to-date.
145:LauncherCore:compileJava (Thread[Daemon worker,5,main]) completed. Took 0.363 secs.
146:LauncherCore:processResources (Thread[Daemon worker,5,main]) started.
147
148> Task :LauncherCore:processResources NO-SOURCE
149file or directory '/home/FGLauncher/Launcher/LauncherCore/src/main/resources', not found
150Skipping task ':LauncherCore:processResources' as it has no source files and no previous output files.
151:LauncherCore:processResources (Thread[Daemon worker,5,main]) completed. Took 0.013 secs.
152:LauncherCore:classes (Thread[Daemon worker,5,main]) started.
153
154> Task :LauncherCore:classes UP-TO-DATE
155Skipping task ':LauncherCore:classes' as it has no actions.
156:LauncherCore:classes (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
157
158> Task :Launcher:genRuntimeJS UP-TO-DATE
159Caching disabled for task ':Launcher:genRuntimeJS' because:
160 Caching has not been enabled for the task
161Skipping task ':Launcher:genRuntimeJS' as it is up-to-date.
162:Launcher:genRuntimeJS (Thread[Execution worker for ':',5,main]) completed. Took 0.045 secs.
163:LauncherCore:jar (Thread[Daemon worker,5,main]) started.
164:LauncherAPI:processResources (Thread[Execution worker for ':',5,main]) started.
165
166> Task :LauncherAPI:processResources NO-SOURCE
167file or directory '/home/FGLauncher/Launcher/LauncherAPI/src/main/resources', not found
168Skipping task ':LauncherAPI:processResources' as it has no source files and no previous output files.
169:LauncherAPI:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.009 secs.
170:LauncherAuthlib:processResources (Thread[Execution worker for ':',5,main]) started.
171
172> Task :LauncherAuthlib:processResources NO-SOURCE
173file or directory '/home/FGLauncher/Launcher/LauncherAuthlib/src/main/resources', not found
174Skipping task ':LauncherAuthlib:processResources' as it has no source files and no previous output files.
175:LauncherAuthlib:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.005 secs.
176
177> Task :LauncherCore:jar UP-TO-DATE
178Caching disabled for task ':LauncherCore:jar' because:
179 Caching has not been enabled for the task
180Skipping task ':LauncherCore:jar' as it is up-to-date.
181:LauncherCore:jar (Thread[Daemon worker,5,main]) completed. Took 0.019 secs.
182:Launcher:processResources (Thread[Execution worker for ':',5,main]) started.
183
184> Task :Launcher:processResources NO-SOURCE
185file or directory '/home/FGLauncher/Launcher/Launcher/src/main/resources', not found
186Skipping task ':Launcher:processResources' as it has no source files and no previous output files.
187:Launcher:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.01 secs.
188:Launcher:processTestResources (Thread[Execution worker for ':',5,main]) started.
189:LauncherAPI:compileJava (Thread[Daemon worker,5,main]) started.
190
191> Task :Launcher:processTestResources NO-SOURCE
192file or directory '/home/FGLauncher/Launcher/Launcher/src/test/resources', not found
193Skipping task ':Launcher:processTestResources' as it has no source files and no previous output files.
194:Launcher:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 0.006 secs.
195:LauncherAuthlib:processTestResources (Thread[Execution worker for ':',5,main]) started.
196
197> Task :LauncherAuthlib:processTestResources NO-SOURCE
198file or directory '/home/FGLauncher/Launcher/LauncherAuthlib/src/test/resources', not found
199Skipping task ':LauncherAuthlib:processTestResources' as it has no source files and no previous output files.
200:LauncherAuthlib:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 0.007 secs.
201:LauncherCore:assemble (Thread[Execution worker for ':',5,main]) started.
202
203> Task :LauncherCore:assemble UP-TO-DATE
204Skipping task ':LauncherCore:assemble' as it has no actions.
205:LauncherCore:assemble (Thread[Execution worker for ':',5,main]) completed. Took 0.003 secs.
206:LauncherCore:compileTestJava (Thread[Execution worker for ':',5,main]) started.
207
208> Task :LauncherCore:compileTestJava UP-TO-DATE
209Build cache key for task ':LauncherCore:compileTestJava' is e8e7dff2b9861fc061c3804d67ca83c2
210Skipping task ':LauncherCore:compileTestJava' as it is up-to-date.
211:LauncherCore:compileTestJava (Thread[Execution worker for ':',5,main]) completed. Took 0.101 secs.
212:LauncherCore:processTestResources (Thread[Execution worker for ':',5,main]) started.
213
214> Task :LauncherCore:processTestResources NO-SOURCE
215file or directory '/home/FGLauncher/Launcher/LauncherCore/src/test/resources', not found
216Skipping task ':LauncherCore:processTestResources' as it has no source files and no previous output files.
217:LauncherCore:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 0.028 secs.
218:LauncherCore:testClasses (Thread[Execution worker for ':',5,main]) started.
219
220> Task :LauncherAPI:compileJava UP-TO-DATE
221Build cache key for task ':LauncherAPI:compileJava' is 5fb7179372b132f822578bbb78e019bb
222Skipping task ':LauncherAPI:compileJava' as it is up-to-date.
223:LauncherAPI:compileJava (Thread[Daemon worker,5,main]) completed. Took 0.155 secs.
224
225> Task :LauncherCore:testClasses UP-TO-DATE
226Skipping task ':LauncherCore:testClasses' as it has no actions.
227:LauncherCore:testClasses (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
228:LauncherAPI:classes (Thread[Daemon worker,5,main]) started.
229
230> Task :LauncherAPI:classes UP-TO-DATE
231Skipping task ':LauncherAPI:classes' as it has no actions.
232:LauncherAPI:classes (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
233:LauncherCore:test (Thread[Execution worker for ':',5,main]) started.
234:LauncherAPI:jar (Thread[Daemon worker,5,main]) started.
235
236> Task :LauncherAPI:jar UP-TO-DATE
237Caching disabled for task ':LauncherAPI:jar' because:
238 Caching has not been enabled for the task
239Skipping task ':LauncherAPI:jar' as it is up-to-date.
240:LauncherAPI:jar (Thread[Daemon worker,5,main]) completed. Took 0.009 secs.
241:LauncherAuthlib:compileJava (Thread[Daemon worker,5,main]) started.
242
243> Task :LauncherCore:test UP-TO-DATE
244Build cache key for task ':LauncherCore:test' is baf2b32d9b59b2e050b5115979f8ea72
245Skipping task ':LauncherCore:test' as it is up-to-date.
246:LauncherCore:test (Thread[Execution worker for ':',5,main]) completed. Took 0.073 secs.
247:LauncherAPI:assemble (Thread[Execution worker for ':',5,main]) started.
248
249> Task :LauncherAPI:assemble UP-TO-DATE
250Skipping task ':LauncherAPI:assemble' as it has no actions.
251:LauncherAPI:assemble (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
252:LauncherAPI:compileTestJava (Thread[Execution worker for ':',5,main]) started.
253
254> Task :LauncherAuthlib:compileJava UP-TO-DATE
255Build cache key for task ':LauncherAuthlib:compileJava' is 6fb60160d7c2733298400c5d828be37a
256Skipping task ':LauncherAuthlib:compileJava' as it is up-to-date.
257:LauncherAuthlib:compileJava (Thread[Daemon worker,5,main]) completed. Took 0.065 secs.
258:LauncherAuthlib:classes (Thread[Daemon worker,5,main]) started.
259
260> Task :LauncherAuthlib:classes UP-TO-DATE
261Skipping task ':LauncherAuthlib:classes' as it has no actions.
262:LauncherAuthlib:classes (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
263:LauncherAuthlib:jar (Thread[Daemon worker,5,main]) started.
264
265> Task :LauncherAuthlib:jar UP-TO-DATE
266Caching disabled for task ':LauncherAuthlib:jar' because:
267 Caching has not been enabled for the task
268Skipping task ':LauncherAuthlib:jar' as it is up-to-date.
269:LauncherAuthlib:jar (Thread[Daemon worker,5,main]) completed. Took 0.012 secs.
270:Launcher:compileJava (Thread[Daemon worker,5,main]) started.
271
272> Task :LauncherAPI:compileTestJava UP-TO-DATE
273Build cache key for task ':LauncherAPI:compileTestJava' is 19becf6006c671cbe4b9d010bb1008e5
274Skipping task ':LauncherAPI:compileTestJava' as it is up-to-date.
275:LauncherAPI:compileTestJava (Thread[Execution worker for ':',5,main]) completed. Took 0.067 secs.
276:LauncherAPI:processTestResources (Thread[Execution worker for ':',5,main]) started.
277
278> Task :LauncherAPI:processTestResources NO-SOURCE
279file or directory '/home/FGLauncher/Launcher/LauncherAPI/src/test/resources', not found
280Skipping task ':LauncherAPI:processTestResources' as it has no source files and no previous output files.
281:LauncherAPI:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 0.012 secs.
282:LauncherAPI:testClasses (Thread[Execution worker for ':',5,main]) started.
283
284> Task :LauncherAPI:testClasses UP-TO-DATE
285Skipping task ':LauncherAPI:testClasses' as it has no actions.
286:LauncherAPI:testClasses (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
287:LauncherAPI:test (Thread[Execution worker for ':',5,main]) started.
288
289> Task :LauncherAPI:test UP-TO-DATE
290Build cache key for task ':LauncherAPI:test' is 301478e463b4752cad3dd478e5264d47
291Skipping task ':LauncherAPI:test' as it is up-to-date.
292:LauncherAPI:test (Thread[Execution worker for ':',5,main]) completed. Took 0.049 secs.
293:LauncherAPI:check (Thread[Execution worker for ':',5,main]) started.
294
295> Task :LauncherAPI:check UP-TO-DATE
296Skipping task ':LauncherAPI:check' as it has no actions.
297:LauncherAPI:check (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
298:LauncherAPI:build (Thread[Execution worker for ':',5,main]) started.
299
300> Task :LauncherAPI:build UP-TO-DATE
301Skipping task ':LauncherAPI:build' as it has no actions.
302:LauncherAPI:build (Thread[Execution worker for ':',5,main]) completed. Took 0.005 secs.
303:LauncherAuthlib:assemble (Thread[Execution worker for ':',5,main]) started.
304
305> Task :LauncherAuthlib:assemble UP-TO-DATE
306Skipping task ':LauncherAuthlib:assemble' as it has no actions.
307:LauncherAuthlib:assemble (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
308:LauncherAuthlib:compileTestJava (Thread[Execution worker for ':',5,main]) started.
309
310> Task :LauncherAuthlib:compileTestJava NO-SOURCE
311file or directory '/home/FGLauncher/Launcher/LauncherAuthlib/src/test/java', not found
312Skipping task ':LauncherAuthlib:compileTestJava' as it has no source files and no previous output files.
313:LauncherAuthlib:compileTestJava (Thread[Execution worker for ':',5,main]) completed. Took 0.004 secs.
314:LauncherAuthlib:testClasses (Thread[Execution worker for ':',5,main]) started.
315
316> Task :LauncherAuthlib:testClasses UP-TO-DATE
317Skipping task ':LauncherAuthlib:testClasses' as it has no actions.
318:LauncherAuthlib:testClasses (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
319:LauncherAuthlib:test (Thread[Execution worker for ':',5,main]) started.
320
321> Task :LauncherAuthlib:test NO-SOURCE
322Skipping task ':LauncherAuthlib:test' as it has no source files and no previous output files.
323:LauncherAuthlib:test (Thread[Execution worker for ':',5,main]) completed. Took 0.011 secs.
324:LauncherAuthlib:check (Thread[Execution worker for ':',5,main]) started.
325
326> Task :LauncherAuthlib:check UP-TO-DATE
327Skipping task ':LauncherAuthlib:check' as it has no actions.
328:LauncherAuthlib:check (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
329:LauncherAuthlib:build (Thread[Execution worker for ':',5,main]) started.
330
331> Task :LauncherAuthlib:build UP-TO-DATE
332Skipping task ':LauncherAuthlib:build' as it has no actions.
333:LauncherAuthlib:build (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
334:LauncherCore:check (Thread[Execution worker for ':',5,main]) started.
335
336> Task :LauncherCore:check UP-TO-DATE
337Skipping task ':LauncherCore:check' as it has no actions.
338:LauncherCore:check (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
339:LauncherCore:build (Thread[Execution worker for ':',5,main]) started.
340
341> Task :LauncherCore:build UP-TO-DATE
342Skipping task ':LauncherCore:build' as it has no actions.
343:LauncherCore:build (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
344:LaunchServer:dumpCompileOnlyLibs (Thread[Execution worker for ':',5,main]) started.
345
346> Task :LaunchServer:dumpCompileOnlyLibs UP-TO-DATE
347Caching disabled for task ':LaunchServer:dumpCompileOnlyLibs' because:
348 Caching has not been enabled for the task
349Skipping task ':LaunchServer:dumpCompileOnlyLibs' as it is up-to-date.
350:LaunchServer:dumpCompileOnlyLibs (Thread[Execution worker for ':',5,main]) completed. Took 0.048 secs.
351:LaunchServer:hikari (Thread[Execution worker for ':',5,main]) started.
352
353> Task :LaunchServer:hikari UP-TO-DATE
354Caching disabled for task ':LaunchServer:hikari' because:
355 Caching has not been enabled for the task
356Skipping task ':LaunchServer:hikari' as it is up-to-date.
357:LaunchServer:hikari (Thread[Execution worker for ':',5,main]) completed. Took 0.035 secs.
358:LaunchServer:launch4jA (Thread[Execution worker for ':',5,main]) started.
359
360> Task :LaunchServer:launch4jA UP-TO-DATE
361Caching disabled for task ':LaunchServer:launch4jA' because:
362 Caching has not been enabled for the task
363Skipping task ':LaunchServer:launch4jA' as it is up-to-date.
364:LaunchServer:launch4jA (Thread[Execution worker for ':',5,main]) completed. Took 0.083 secs.
365:LaunchServer:launch4jM (Thread[Execution worker for ':',5,main]) started.
366
367> Task :LaunchServer:launch4jM UP-TO-DATE
368Caching disabled for task ':LaunchServer:launch4jM' because:
369 Caching has not been enabled for the task
370Skipping task ':LaunchServer:launch4jM' as it is up-to-date.
371:LaunchServer:launch4jM (Thread[Execution worker for ':',5,main]) completed. Took 0.108 secs.
372:LaunchServer:dumpLibs (Thread[Execution worker for ':',5,main]) started.
373
374> Task :LaunchServer:dumpLibs UP-TO-DATE
375Caching disabled for task ':LaunchServer:dumpLibs' because:
376 Caching has not been enabled for the task
377Skipping task ':LaunchServer:dumpLibs' as it is up-to-date.
378:LaunchServer:dumpLibs (Thread[Execution worker for ':',5,main]) completed. Took 0.122 secs.
379:LaunchServer:compileJava (Thread[Execution worker for ':',5,main]) started.
380
381> Task :LaunchServer:compileJava UP-TO-DATE
382Build cache key for task ':LaunchServer:compileJava' is 3fe8564f36febcd14681b5cd01aca497
383Skipping task ':LaunchServer:compileJava' as it is up-to-date.
384:LaunchServer:compileJava (Thread[Execution worker for ':',5,main]) completed. Took 0.135 secs.
385:LaunchServer:processResources (Thread[Execution worker for ':',5,main]) started.
386
387> Task :LaunchServer:processResources UP-TO-DATE
388Caching disabled for task ':LaunchServer:processResources' because:
389 Caching has not been enabled for the task
390Skipping task ':LaunchServer:processResources' as it is up-to-date.
391:LaunchServer:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.018 secs.
392:LaunchServer:classes (Thread[Execution worker for ':',5,main]) started.
393
394> Task :LaunchServer:classes UP-TO-DATE
395Skipping task ':LaunchServer:classes' as it has no actions.
396:LaunchServer:classes (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
397:LaunchServer:compileTestJava (Thread[Execution worker for ':',5,main]) started.
398
399> Task :LaunchServer:compileTestJava UP-TO-DATE
400Build cache key for task ':LaunchServer:compileTestJava' is fb39e7fe41012d35346c817efa60f32c
401Skipping task ':LaunchServer:compileTestJava' as it is up-to-date.
402:LaunchServer:compileTestJava (Thread[Execution worker for ':',5,main]) completed. Took 0.089 secs.
403:LaunchServer:processTestResources (Thread[Execution worker for ':',5,main]) started.
404
405> Task :LaunchServer:processTestResources NO-SOURCE
406file or directory '/home/FGLauncher/Launcher/LaunchServer/src/test/resources', not found
407Skipping task ':LaunchServer:processTestResources' as it has no source files and no previous output files.
408:LaunchServer:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 0.007 secs.
409:LaunchServer:testClasses (Thread[Execution worker for ':',5,main]) started.
410
411> Task :LaunchServer:testClasses UP-TO-DATE
412Skipping task ':LaunchServer:testClasses' as it has no actions.
413:LaunchServer:testClasses (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
414:LaunchServer:test (Thread[Execution worker for ':',5,main]) started.
415
416> Task :LaunchServer:test UP-TO-DATE
417Build cache key for task ':LaunchServer:test' is c675cbcae4f3dd86a9c162ebff311652
418Skipping task ':LaunchServer:test' as it is up-to-date.
419:LaunchServer:test (Thread[Execution worker for ':',5,main]) completed. Took 0.184 secs.
420:LaunchServer:check (Thread[Execution worker for ':',5,main]) started.
421
422> Task :LaunchServer:check UP-TO-DATE
423Skipping task ':LaunchServer:check' as it has no actions.
424:LaunchServer:check (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
425:ServerWrapper:compileJava (Thread[Execution worker for ':',5,main]) started.
426
427> Task :ServerWrapper:compileJava UP-TO-DATE
428Build cache key for task ':ServerWrapper:compileJava' is 105438c0d312c390806c1b438361a6b2
429Skipping task ':ServerWrapper:compileJava' as it is up-to-date.
430:ServerWrapper:compileJava (Thread[Execution worker for ':',5,main]) completed. Took 0.049 secs.
431:ServerWrapper:processResources (Thread[Execution worker for ':',5,main]) started.
432
433> Task :ServerWrapper:processResources
434Caching disabled for task ':ServerWrapper:processResources' because:
435 Caching has not been enabled for the task
436Task ':ServerWrapper:processResources' is not up-to-date because:
437 No history is available.
438:ServerWrapper:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.075 secs.
439:ServerWrapper:classes (Thread[Execution worker for ':',5,main]) started.
440
441> Task :ServerWrapper:classes
442Skipping task ':ServerWrapper:classes' as it has no actions.
443:ServerWrapper:classes (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
444:ServerWrapper:jar (Thread[Execution worker for ':',5,main]) started.
445
446> Task :ServerWrapper:jar
447Caching disabled for task ':ServerWrapper:jar' because:
448 Caching has not been enabled for the task
449Task ':ServerWrapper:jar' is not up-to-date because:
450 No history is available.
451:ServerWrapper:jar (Thread[Execution worker for ':',5,main]) completed. Took 0.072 secs.
452:LaunchServerConsole:compileJava (Thread[Execution worker for ':',5,main]) started.
453
454> Task :LaunchServerConsole:compileJava FROM-CACHE
455Build cache key for task ':LaunchServerConsole:compileJava' is 2bec282946c4d3e7d392d238e9767025
456Task ':LaunchServerConsole:compileJava' is not up-to-date because:
457 No history is available.
458Origin for org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution@40fbb7c9: {executionTime=404, hostName=FaintGreed.example.com, creationTime=1576510881377, identity=:LaunchServerConsole:compileJava, buildInvocationId=rfxh4sveajc4rou5s47utsxchm, rootPath=/home/FGL/Launcher, type=org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.TaskExecution, userName=root, operatingSystem=Linux, gradleVersion=5.4.1}
459Unpacked trees for task ':LaunchServerConsole:compileJava' from cache.
460:LaunchServerConsole:compileJava (Thread[Execution worker for ':',5,main]) completed. Took 0.13 secs.
461:LaunchServerConsole:processResources (Thread[Execution worker for ':',5,main]) started.
462
463> Task :LaunchServerConsole:processResources NO-SOURCE
464file or directory '/home/FGLauncher/Launcher/LaunchServerConsole/src/main/resources', not found
465Skipping task ':LaunchServerConsole:processResources' as it has no source files and no previous output files.
466:LaunchServerConsole:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
467:LaunchServerConsole:classes (Thread[Execution worker for ':',5,main]) started.
468
469> Task :LaunchServerConsole:classes UP-TO-DATE
470Skipping task ':LaunchServerConsole:classes' as it has no actions.
471:LaunchServerConsole:classes (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
472:LaunchServerConsole:jar (Thread[Execution worker for ':',5,main]) started.
473
474> Task :LaunchServerConsole:jar
475Caching disabled for task ':LaunchServerConsole:jar' because:
476 Caching has not been enabled for the task
477Task ':LaunchServerConsole:jar' is not up-to-date because:
478 No history is available.
479:LaunchServerConsole:jar (Thread[Execution worker for ':',5,main]) completed. Took 0.014 secs.
480:LaunchServerConsole:assemble (Thread[Execution worker for ':',5,main]) started.
481
482> Task :LaunchServerConsole:assemble
483Skipping task ':LaunchServerConsole:assemble' as it has no actions.
484:LaunchServerConsole:assemble (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
485:LaunchServerConsole:compileTestJava (Thread[Execution worker for ':',5,main]) started.
486
487> Task :LaunchServerConsole:compileTestJava NO-SOURCE
488file or directory '/home/FGLauncher/Launcher/LaunchServerConsole/src/test/java', not found
489Skipping task ':LaunchServerConsole:compileTestJava' as it has no source files and no previous output files.
490:LaunchServerConsole:compileTestJava (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
491:LaunchServerConsole:processTestResources (Thread[Execution worker for ':',5,main]) started.
492
493> Task :LaunchServerConsole:processTestResources NO-SOURCE
494file or directory '/home/FGLauncher/Launcher/LaunchServerConsole/src/test/resources', not found
495Skipping task ':LaunchServerConsole:processTestResources' as it has no source files and no previous output files.
496:LaunchServerConsole:processTestResources (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
497:LaunchServerConsole:testClasses (Thread[Execution worker for ':',5,main]) started.
498
499> Task :LaunchServerConsole:testClasses UP-TO-DATE
500Skipping task ':LaunchServerConsole:testClasses' as it has no actions.
501:LaunchServerConsole:testClasses (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
502:LaunchServerConsole:test (Thread[Execution worker for ':',5,main]) started.
503
504> Task :LaunchServerConsole:test NO-SOURCE
505Skipping task ':LaunchServerConsole:test' as it has no source files and no previous output files.
506:LaunchServerConsole:test (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
507:LaunchServerConsole:check (Thread[Execution worker for ':',5,main]) started.
508
509> Task :LaunchServerConsole:check UP-TO-DATE
510Skipping task ':LaunchServerConsole:check' as it has no actions.
511:LaunchServerConsole:check (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
512:LaunchServerConsole:build (Thread[Execution worker for ':',5,main]) started.
513
514> Task :LaunchServerConsole:build
515Skipping task ':LaunchServerConsole:build' as it has no actions.
516:LaunchServerConsole:build (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
517:modules:AdditionalHash_module:processResources (Thread[Execution worker for ':',5,main]) started.
518
519> Task :modules:AdditionalHash_module:processResources NO-SOURCE
520file or directory '/home/FGLauncher/Launcher/modules/AdditionalHash_module/src/main/resources', not found
521Skipping task ':modules:AdditionalHash_module:processResources' as it has no source files and no previous output files.
522:modules:AdditionalHash_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
523:modules:AutoReHash_module:processResources (Thread[Execution worker for ':',5,main]) started.
524
525> Task :modules:AutoReHash_module:processResources NO-SOURCE
526file or directory '/home/FGLauncher/Launcher/modules/AutoReHash_module/src/main/resources', not found
527Skipping task ':modules:AutoReHash_module:processResources' as it has no source files and no previous output files.
528:modules:AutoReHash_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
529:modules:AutoSaveSessions_module:processResources (Thread[Execution worker for ':',5,main]) started.
530
531> Task :modules:AutoSaveSessions_module:processResources NO-SOURCE
532file or directory '/home/FGLauncher/Launcher/modules/AutoSaveSessions_module/src/main/resources', not found
533Skipping task ':modules:AutoSaveSessions_module:processResources' as it has no source files and no previous output files.
534:modules:AutoSaveSessions_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.003 secs.
535:modules:DiscordRPC_module:processResources (Thread[Execution worker for ':',5,main]) started.
536
537> Task :modules:DiscordRPC_module:processResources NO-SOURCE
538file or directory '/home/FGLauncher/Launcher/modules/DiscordRPC_module/src/main/resources', not found
539Skipping task ':modules:DiscordRPC_module:processResources' as it has no source files and no previous output files.
540:modules:DiscordRPC_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.005 secs.
541:modules:JarSigner_module:processResources (Thread[Execution worker for ':',5,main]) started.
542
543> Task :modules:JarSigner_module:processResources NO-SOURCE
544file or directory '/home/FGLauncher/Launcher/modules/JarSigner_module/src/main/resources', not found
545Skipping task ':modules:JarSigner_module:processResources' as it has no source files and no previous output files.
546:modules:JarSigner_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
547:modules:LauncherModuleLoader_module:processResources (Thread[Execution worker for ':',5,main]) started.
548
549> Task :modules:LauncherModuleLoader_module:processResources NO-SOURCE
550file or directory '/home/FGLauncher/Launcher/modules/LauncherModuleLoader_module/src/main/resources', not found
551Skipping task ':modules:LauncherModuleLoader_module:processResources' as it has no source files and no previous output files.
552:modules:LauncherModuleLoader_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.003 secs.
553:modules:LauncherStartScreen_lmodule:processResources (Thread[Execution worker for ':',5,main]) started.
554
555> Task :modules:LauncherStartScreen_lmodule:processResources NO-SOURCE
556file or directory '/home/FGLauncher/Launcher/modules/LauncherStartScreen_lmodule/src/main/resources', not found
557Skipping task ':modules:LauncherStartScreen_lmodule:processResources' as it has no source files and no previous output files.
558:modules:LauncherStartScreen_lmodule:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
559:modules:LegacySupport_module:processResources (Thread[Execution worker for ':',5,main]) started.
560
561> Task :modules:LegacySupport_module:processResources NO-SOURCE
562file or directory '/home/FGLauncher/Launcher/modules/LegacySupport_module/src/main/resources', not found
563Skipping task ':modules:LegacySupport_module:processResources' as it has no source files and no previous output files.
564:modules:LegacySupport_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.005 secs.
565:modules:PaperPatch_swmodule:compileJava (Thread[Execution worker for ':',5,main]) started.
566
567> Task :modules:PaperPatch_swmodule:compileJava FROM-CACHE
568Build cache key for task ':modules:PaperPatch_swmodule:compileJava' is c2b3a6177d300012c985a963403c6da5
569Task ':modules:PaperPatch_swmodule:compileJava' is not up-to-date because:
570 No history is available.
571Origin for org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution@76f8daf0: {executionTime=3269, hostName=FaintGreed.example.com, creationTime=1576512895093, identity=:modules:PaperPatch_swmodule:compileJava, buildInvocationId=7sxgd543zvdctci7n7v5aaccnm, rootPath=/home/FGL/Launcher, type=org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.TaskExecution, userName=root, operatingSystem=Linux, gradleVersion=5.4.1}
572Unpacked trees for task ':modules:PaperPatch_swmodule:compileJava' from cache.
573:modules:PaperPatch_swmodule:compileJava (Thread[Execution worker for ':',5,main]) completed. Took 0.094 secs.
574:modules:PaperPatch_swmodule:processResources (Thread[Execution worker for ':',5,main]) started.
575
576> Task :modules:PaperPatch_swmodule:processResources NO-SOURCE
577file or directory '/home/FGLauncher/Launcher/modules/PaperPatch_swmodule/src/main/resources', not found
578Skipping task ':modules:PaperPatch_swmodule:processResources' as it has no source files and no previous output files.
579:modules:PaperPatch_swmodule:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.004 secs.
580:modules:PaperPatch_swmodule:classes (Thread[Execution worker for ':',5,main]) started.
581
582> Task :modules:PaperPatch_swmodule:classes UP-TO-DATE
583Skipping task ':modules:PaperPatch_swmodule:classes' as it has no actions.
584:modules:PaperPatch_swmodule:classes (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
585:modules:PaperPatch_swmodule:shadowJar (Thread[Execution worker for ':',5,main]) started.
586
587> Task :Launcher:compileJava
588Build cache key for task ':Launcher:compileJava' is ff1a23ed9c37578c9be7937337432526
589Task ':Launcher:compileJava' is not up-to-date because:
590 Task has failed previously.
591All input files are considered out-of-date for incremental task ':Launcher:compileJava'.
592Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
593Compiling with JDK Java compiler API.
594
595> Task :modules:PaperPatch_swmodule:shadowJar
596Custom actions are attached to task ':modules:PaperPatch_swmodule:shadowJar'.
597Caching disabled for task ':modules:PaperPatch_swmodule:shadowJar' because:
598 Caching has not been enabled for the task
599Task ':modules:PaperPatch_swmodule:shadowJar' is not up-to-date because:
600 No history is available.
601*******************
602GRADLE SHADOW STATS
603
604Total Jars: 1 (includes project)
605Total Time: 0.0s [0ms]
606Average Time/Jar: 0.0s [0.0ms]
607*******************
608:modules:PaperPatch_swmodule:shadowJar (Thread[Execution worker for ':',5,main]) completed. Took 0.886 secs.
609:modules:SashokSupport_module:processResources (Thread[Execution worker for ':',5,main]) started.
610
611> Task :modules:SashokSupport_module:processResources NO-SOURCE
612file or directory '/home/FGLauncher/Launcher/modules/SashokSupport_module/src/main/resources', not found
613Skipping task ':modules:SashokSupport_module:processResources' as it has no source files and no previous output files.
614:modules:SashokSupport_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.01 secs.
615:modules:ServerScriptEngine_module:processResources (Thread[Execution worker for ':',5,main]) started.
616
617> Task :modules:ServerScriptEngine_module:processResources NO-SOURCE
618file or directory '/home/FGLauncher/Launcher/modules/ServerScriptEngine_module/src/main/resources', not found
619Skipping task ':modules:ServerScriptEngine_module:processResources' as it has no source files and no previous output files.
620:modules:ServerScriptEngine_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.005 secs.
621:modules:ServerStatistics_module:processResources (Thread[Execution worker for ':',5,main]) started.
622
623> Task :modules:ServerStatistics_module:processResources NO-SOURCE
624file or directory '/home/FGLauncher/Launcher/modules/ServerStatistics_module/src/main/resources', not found
625Skipping task ':modules:ServerStatistics_module:processResources' as it has no source files and no previous output files.
626:modules:ServerStatistics_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.008 secs.
627:modules:SystemdNotifer_module:processResources (Thread[Execution worker for ':',5,main]) started.
628
629> Task :modules:SystemdNotifer_module:processResources NO-SOURCE
630file or directory '/home/FGLauncher/Launcher/modules/SystemdNotifer_module/src/main/resources', not found
631Skipping task ':modules:SystemdNotifer_module:processResources' as it has no source files and no previous output files.
632:modules:SystemdNotifer_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
633:modules:UnsafeCommandPack_module:processResources (Thread[Execution worker for ':',5,main]) started.
634
635> Task :modules:UnsafeCommandPack_module:processResources NO-SOURCE
636file or directory '/home/FGLauncher/Launcher/modules/UnsafeCommandPack_module/src/main/resources', not found
637Skipping task ':modules:UnsafeCommandPack_module:processResources' as it has no source files and no previous output files.
638:modules:UnsafeCommandPack_module:processResources (Thread[Execution worker for ':',5,main]) completed. Took 0.003 secs.
639:ServerWrapper:shadowJar (Thread[Execution worker for ':',5,main]) started.
640
641> Task :Launcher:compileJava
642/home/FGLauncher/Launcher/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:5: error: package javafx.application does not exist
643import javafx.application.Application;
644 ^
645/home/FGLauncher/Launcher/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:7: error: cannot find symbol
646public abstract class JSApplication extends Application {
647 ^
648 symbol: class Application
6492 errors
650
651> Task :Launcher:compileJava FAILED
652:Launcher:compileJava (Thread[Daemon worker,5,main]) completed. Took 4.299 secs.
653
654> Task :ServerWrapper:shadowJar
655Custom actions are attached to task ':ServerWrapper:shadowJar'.
656Caching disabled for task ':ServerWrapper:shadowJar' because:
657 Caching has not been enabled for the task
658Task ':ServerWrapper:shadowJar' is not up-to-date because:
659 No history is available.
660*******************
661GRADLE SHADOW STATS
662
663Total Jars: 17 (includes project)
664Total Time: 5.031s [5031ms]
665Average Time/Jar: 0.2959411764706s [295.9411764706ms]
666*******************
667:ServerWrapper:shadowJar (Thread[Execution worker for ':',5,main]) completed. Took 5.349 secs.
668
669FAILURE: Build failed with an exception.
670
671* What went wrong:
672Execution failed for task ':Launcher:compileJava'.
673> Compilation failed; see the compiler error output for details.
674
675* Try:
676Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.
677
678* Get more help at https://help.gradle.org
679
680BUILD FAILED in 18s
68130 actionable tasks: 6 executed, 2 from cache, 22 up-to-date