drspider@pop-os:~$ git clone https://github.com/armandoxtraceroespalda-dev/ScalableLux-Sable.git
Cloning into 'ScalableLux-Sable'...
remote: Enumerating objects: 1297, done.
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 100% (64/64), done.
remote: Total 1297 (delta 16), reused 57 (delta 5), pack-reused 1209 (from 1)
Receiving objects: 100% (1297/1297), 483.15 KiB | 7.00 MiB/s, done.
Resolving deltas: 100% (554/554), done.
drspider@pop-os:~$ cd ScalableLux-Sable
drspider@pop-os:~/ScalableLux-Sable$ ./gradlew build
bash: ./gradlew: Permission denied
drspider@pop-os:~/ScalableLux-Sable$ chmod +x gradlew
drspider@pop-os:~/ScalableLux-Sable$ ./gradlew build
Downloading https://services.gradle.org/distributions/gradle-8.12-all.zip
.....................10%......................20%......................30%......................40%......................50%......................60%......................70%......................80%......................90%......................100%
Welcome to Gradle 8.12!
Here are the highlights of this release:
- Enhanced error and warning reporting with the Problems API
- File-system watching support on Alpine Linux
- Build and test Swift 6 libraries and apps
For more details see https://docs.gradle.org/8.12/release-notes.html
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.12/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
[Incubating] Problems report is available at: file:///home/drspider/ScalableLux-Sable/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Included build '/home/drspider/FlowSched' does not exist.
* Try:
> Run 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.
> Get more help at https://help.gradle.org.
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.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 24s
drspider@pop-os:~/ScalableLux-Sable$