Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
21:36:55: Executing 'build'...
Starting Gradle Daemon...
Connected to the target VM, address: '127.0.0.1:51733', transport: 'socket'
Gradle Daemon started in 631 ms
2023-05-25T21:36:56.426+0200 [INFO] [org.gradle.launcher.daemon.server.exec.LogToClient] The client will now receive all logging from the daemon (pid: 19604). The daemon log file: C:\Users\oliver\.gradle\daemon\7.5.1\daemon-19604.out.log
2023-05-25T21:36:56.427+0200 [INFO] [org.gradle.launcher.daemon.server.exec.LogAndCheckHealth] Starting build in new daemon [memory: 3 GiB]
2023-05-25T21:36:56.431+0200 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build.
2023-05-25T21:36:56.431+0200 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=ac026dc7-4edb-4d00-a060-c08e18503f3c,javaHome=C:\Program Files\Java\jdk-17,daemonRegistryDir=C:\Users\oliver\.gradle\daemon,pid=19604,idleTimeout=10800000,priority=NORMAL,daemonOpts=-agentlib:
This file has been truncated, but you can view the full file.
21:16:42: Executing 'build'...
Starting Gradle Daemon...
Connected to the target VM, address: '127.0.0.1:51434', transport: 'socket'
Gradle Daemon started in 639 ms
2023-05-25T21:16:43.604+0200 [INFO] [org.gradle.launcher.daemon.server.exec.LogToClient] The client will now receive all logging from the daemon (pid: 14936). The daemon log file: C:\Users\oliver\.gradle\daemon\7.5.1\daemon-14936.out.log
2023-05-25T21:16:43.605+0200 [INFO] [org.gradle.launcher.daemon.server.exec.LogAndCheckHealth] Starting build in new daemon [memory: 3 GiB]
2023-05-25T21:16:43.608+0200 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build.
2023-05-25T21:16:43.608+0200 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=41db32ab-1021-4240-b8d9-027d8ea0d0a3,javaHome=C:\Program Files\Java\jdk-17,daemonRegistryDir=C:\Users\oliver\.gradle\daemon,pid=14936,idleTimeout=10800000,priority=NORMAL,daemonOpts=-agentlib:
@ol1ver
ol1ver / Program.cs
Created December 9, 2016 23:20
Lego Game: Remove blinking "Press F2 or any button to start" text - Patcher Source Code
// Copyright (c) 2016 Oliver Kleinert
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all