-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.log
More file actions
40 lines (32 loc) · 1.68 KB
/
Copy pathbuild.log
File metadata and controls
40 lines (32 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
> Task :compileJava
注: SpongePowered MIXIN Annotation Processor Version=0.8.5
注: Supported obfuscation types: ObfuscationServiceMCP supports [searge,notch]
H:\MinecraftMods\ImprovedMobs\src\main\java\cn\minerealms\assimploader\lookdev\ui\PreviewFragment.java:369: 错误: 找不到符号
paint.setFilterBitmap(true);
^
符号: 方法 setFilterBitmap(boolean)
位置: 类型为Paint的变量 paint
H:\MinecraftMods\ImprovedMobs\src\main\java\cn\minerealms\assimploader\lookdev\ui\PreviewFragment.java:444: 错误: 找不到符号
paint.setTextAlign(Paint.Align.CENTER);
^
符号: 方法 setTextAlign(Align)
位置: 类型为Paint的变量 paint
H:\MinecraftMods\ImprovedMobs\src\main\java\cn\minerealms\assimploader\lookdev\ui\PreviewFragment.java:446: 错误: 找不到符号
canvas.drawText(text, width / 2f, height / 2f, paint);
^
符号: 方法 drawText(String,float,float,Paint)
位置: 类型为Canvas的变量 canvas
3 个错误
> 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.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 2m 10s
1 actionable task: 1 executed