Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd ~/Documents/Public\ Projects/DEL
- $ ./setup-master.sh
- Phase 0: Checking
- .../BellSoft/LibericaJDK-21-Full/bin/java
- .../BellSoft/LibericaJDK-21-Full/bin/javac
- /mingw64/bin/git
- javac 21.0.1
- Phase 1: Clone main repository
- Cloning into 'src'...
- remote: Enumerating objects: 45885, done.
- remote: Counting objects: 100% (2267/2267), done.
- remote: Compressing objects: 100% (314/314), done.
- remote: Total 45885 (delta 2110), reused 1953 (delta 1953), pack-reused 43618
- Receiving objects: 100% (45885/45885), 9.34 MiB | 4.00 MiB/s, done.
- Resolving deltas: 100% (21407/21407), done.
- Submodule 'modules' (https://github.com/GravitLauncher/LauncherModules.git) registered for path 'modules'
- Cloning into '~/Documents/Public Projects/DEL/src/modules'...
- Submodule path 'modules': checked out 'e93620f10963b951c8874dfef17dce91cf8c8da9'
- Phase 2: Build
- To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
- Daemon will be stopped at the end of the build
- Configuration on demand is an incubating feature.
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
- BUILD SUCCESSFUL in 15s
- 83 actionable tasks: 55 executed, 28 from cache
- Phase 3: Clone runtime repository
- Cloning into 'srcRuntime'...
- remote: Enumerating objects: 10282, done.
- remote: Counting objects: 100% (3209/3209), done.
- remote: Compressing objects: 100% (736/736), done.
- remote: Total 10282 (delta 2056), reused 2893 (delta 1912), pack-reused 7073Receiving objects: 100% (10282/10282), 2.60 Receiving objects: 100% (10282/10282), 4.20 MiB | 2.98 MiB/s, done.
- Resolving deltas: 100% (4936/4936), done.
- To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
- Daemon will be stopped at the end of the build
- Configuration on demand is an incubating feature.
- > Configure project :
- Project : => no module-info.java found
- > Task :compileJava
- ~/Documents/Public Projects/DEL/srcRuntime/src/main/java/pro/gravit/launcher/gui/utils/SystemTheme.java:3: error: cannot find symbol
- import javafx.application.ColorScheme;
- ^
- symbol: class ColorScheme
- location: package javafx.application
- ~/Documents/Public Projects/DEL/srcRuntime/src/main/java/pro/gravit/launcher/gui/utils/SystemTheme.java:10: error: cannot find symbol
- if (Platform.getPreferences().getColorScheme() == ColorScheme.DARK) {
- ^
- symbol: method getPreferences()
- location: class Platform
- ~/Documents/Public Projects/DEL/srcRuntime/src/main/java/pro/gravit/launcher/gui/utils/SystemTheme.java:10: error: cannot find symbol
- if (Platform.getPreferences().getColorScheme() == ColorScheme.DARK) {
- ^
- symbol: variable ColorScheme
- location: class SystemTheme
- 3 errors
- > Task :compileJava FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- > Run with --info option to get more log output.
- > Run with --scan to get full insights.
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
- BUILD FAILED in 8s
- 1 actionable task: 1 executed
- Build failed. Stopping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement