1 | C:\Users\********\Desktop\Panilla>gradlew build
|
2 | Starting a Gradle Daemon, 2 incompatible and 1 stopped Daemons could not be reused, use --status for details
|
3 |
|
4 | > Task :panilla-api:compileJava
|
5 | warning: [options] source value 8 is obsolete and will be removed in a future release
|
6 | warning: [options] target value 8 is obsolete and will be removed in a future release
|
7 | warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
|
8 | C:\Users\********\Desktop\Panilla\api\src\main\java\com\ruinscraft\panilla\api\config\PTranslations.java:44: warning: non-varargs call of varargs method with inexact argument type for last parameter;
|
9 | String formatted = String.format(translations.get(key), replacements);
|
10 | ^
|
11 | cast to Object for a varargs call
|
12 | cast to Object[] for a non-varargs call and to suppress this warning
|
13 | Note: Some input files use or override a deprecated API.
|
14 | Note: Recompile with -Xlint:deprecation for details.
|
15 | 4 warnings
|
16 |
|
17 | > Task :panilla-craftbukkit-v1_12_R1:compileJava FAILED
|
18 |
|
19 | FAILURE: Build failed with an exception.
|
20 |
|
21 | * What went wrong:
|
22 | Execution failed for task ':panilla-craftbukkit-v1_12_R1:compileJava'.
|
23 | > Could not resolve all files for configuration ':panilla-craftbukkit-v1_12_R1:compileClasspath'.
|
24 | > Could not find org.bukkit:craftbukkit:1.12.2-R0.1-SNAPSHOT.
|
25 | Searched in the following locations:
|
26 | - file:/C:/Users/********/.m2/repository/org/bukkit/craftbukkit/1.12.2-R0.1-SNAPSHOT/maven-metadata.xml
|
27 | - file:/C:/Users/********/.m2/repository/org/bukkit/craftbukkit/1.12.2-R0.1-SNAPSHOT/craftbukkit-1.12.2-R0.1-SNAPSHOT.pom
|
28 | - https://repo.maven.apache.org/maven2/org/bukkit/craftbukkit/1.12.2-R0.1-SNAPSHOT/maven-metadata.xml
|
29 | - https://repo.maven.apache.org/maven2/org/bukkit/craftbukkit/1.12.2-R0.1-SNAPSHOT/craftbukkit-1.12.2-R0.1-SNAPSHOT.pom
|
30 | - https://repo.codemc.io/repository/maven-public/org/bukkit/craftbukkit/1.12.2-R0.1-SNAPSHOT/maven-metadata.xml
|
31 | - https://repo.codemc.io/repository/maven-public/org/bukkit/craftbukkit/1.12.2-R0.1-SNAPSHOT/craftbukkit-1.12.2-R0.1-SNAPSHOT.pom
|
32 | Required by:
|
33 | project :panilla-craftbukkit-v1_12_R1
|
34 |
|
35 | * Try:
|
36 | > Run with --stacktrace option to get the stack trace.
|
37 | > Run with --info or --debug option to get more log output.
|
38 | > Run with --scan to get full insights.
|
39 | > Get more help at https://help.gradle.org.
|
40 |
|
41 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
|
42 |
|
43 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
|
44 |
|
45 | For more on this, please refer to https://docs.gradle.org/8.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
|
46 |
|
47 | BUILD FAILED in 21s
|
48 | 4 actionable tasks: 4 executed
|
49 |
|
50 | C:\Users\********\Desktop\Panilla>
|