first commit
This commit is contained in:
@@ -0,0 +1,128 @@
|
||||
GIGAGIMBANK/runelite-plugin on main [!] is 📦 v0.1.0-SNAPSHOT via 🅶 v8.10 via ☕
|
||||
❯ export JAVA_HOME=/opt/homebrew/opt/openjdk@11
|
||||
|
||||
GIGAGIMBANK/runelite-plugin on main [!] is 📦 v0.1.0-SNAPSHOT via 🅶 v8.10 via ☕ v11.0.30
|
||||
❯ ./gradlew
|
||||
|
||||
> Task :help
|
||||
|
||||
Welcome to Gradle 8.10.
|
||||
|
||||
To run a build, run gradlew <task> ...
|
||||
|
||||
To see a list of available tasks, run gradlew tasks
|
||||
|
||||
To see more detail about a task, run gradlew help --task <task>
|
||||
|
||||
To see a list of command-line options, run gradlew --help
|
||||
|
||||
For more detail on using Gradle, see https://docs.gradle.org/8.10/userguide/command_line_interface.html
|
||||
|
||||
For troubleshooting, visit 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.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|
||||
|
||||
BUILD SUCCESSFUL in 513ms
|
||||
1 actionable task: 1 executed
|
||||
|
||||
GIGAGIMBANK/runelite-plugin on main [!] is 📦 v0.1.0-SNAPSHOT via 🅶 v8.10 via ☕ v11.0.30
|
||||
❯ ./gradlew build
|
||||
|
||||
> Task :compileTestJava
|
||||
Note: /Users/zman/workspace/projects/GIGAGIMBANK/runelite-plugin/src/test/java/com/gigagimbank/runelite/GigaGIMBankPluginTest.java uses unchecked or unsafe operations
|
||||
Note: Recompile with -Xlint:unchecked for details.
|
||||
|
||||
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.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|
||||
|
||||
BUILD SUCCESSFUL in 9s
|
||||
5 actionable tasks: 5 executed
|
||||
|
||||
GIGAGIMBANK/runelite-plugin on main [!] is 📦 v0.1.0-SNAPSHOT via 🅶 v8.10 via ☕ v11.0.30 took 10s
|
||||
❯ ./gradlew
|
||||
|
||||
> Task :help
|
||||
|
||||
Welcome to Gradle 8.10.
|
||||
|
||||
To run a build, run gradlew <task> ...
|
||||
|
||||
To see a list of available tasks, run gradlew tasks
|
||||
|
||||
To see more detail about a task, run gradlew help --task <task>
|
||||
|
||||
To see a list of command-line options, run gradlew --help
|
||||
|
||||
For more detail on using Gradle, see https://docs.gradle.org/8.10/userguide/command_line_interface.html
|
||||
|
||||
For troubleshooting, visit 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.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|
||||
|
||||
BUILD SUCCESSFUL in 501ms
|
||||
1 actionable task: 1 executed
|
||||
|
||||
GIGAGIMBANK/runelite-plugin on main [!] is 📦 v0.1.0-SNAPSHOT via 🅶 v8.10 via ☕ v11.0.30
|
||||
❯ ./gradlew build -Xlint:unchecked
|
||||
|
||||
FAILURE: Build failed with an exception.
|
||||
|
||||
* What went wrong:
|
||||
Problem configuring task :build from command line.
|
||||
> Unknown command-line option '-X'.
|
||||
|
||||
* Try:
|
||||
> Run gradlew help --task :build to get task usage details.
|
||||
> 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.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|
||||
|
||||
BUILD FAILED in 512ms
|
||||
|
||||
GIGAGIMBANK/runelite-plugin on main [!] is 📦 v0.1.0-SNAPSHOT via 🅶 v8.10 via ☕ v11.0.30
|
||||
❯ ./gradlew help --task :build
|
||||
|
||||
> Task :help
|
||||
Detailed task information for :build
|
||||
|
||||
Path
|
||||
:build
|
||||
|
||||
Type
|
||||
Task (org.gradle.api.Task)
|
||||
|
||||
Options
|
||||
--rerun Causes the task to be re-run even if up-to-date.
|
||||
|
||||
Description
|
||||
Assembles and tests this project.
|
||||
|
||||
Group
|
||||
build
|
||||
|
||||
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.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|
||||
|
||||
BUILD SUCCESSFUL in 503ms
|
||||
1 actionable task: 1 executed
|
||||
Reference in New Issue
Block a user