This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Result of ./gradlew clean build --info --stacktrace > debug-build.txt | |
Initialized native services in: /home/alexey.belkov/.gradle/native | |
Removing 0 daemon stop events from registry | |
Previous Daemon (7578) stopped at Thu Jan 16 10:48:57 MSK 2020 stop command received | |
Previous Daemon (29107) stopped at Thu Jan 16 10:20:22 MSK 2020 by user or operating system | |
Previous Daemon (28833) stopped at Thu Jan 16 10:48:57 MSK 2020 by user or operating system | |
Starting a Gradle Daemon, 3 stopped Daemons could not be reused, use --status for details | |
Starting process 'Gradle build daemon'. Working directory: /home/alexey.belkov/.gradle/daemon/6.0.1 Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -Xmx4g -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /home/alexey.belkov/.gradle/wrapper/dists/gradle-6.0.1-all/99d3u8wxs16ndehh90lbbir67/gradle-6.0.1/lib/gradle-launcher-6.0.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 6.0.1 | |
Successfully started process 'Gradle build daemon' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For the lack of a nail, | |
throw new HorseshoeNailNotFoundException("no nails!"); | |
For the lack of a horseshoe, | |
EquestrianDoctor.getLocalInstance().getHorseDispatcher().shoot(); | |
For the lack of a horse, | |
RidersGuild.getRiderNotificationSubscriberList().getBroadcaster().run( | |
new BroadcastMessage(StableFactory.getNullHorseInstance())); |