-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_err.txt
More file actions
118 lines (108 loc) · 6.4 KB
/
Copy pathcompile_err.txt
File metadata and controls
118 lines (108 loc) · 6.4 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
> Configure project :
MixinGradle did not locate the diffplug APT plugin, skipping eclipse task configuration
files(...) dependencies are not deobfuscated. Use a flatDir repository instead: https://docs.gradle.org/current/userguide/declaring_repositories.html#sub:flat_dir_resolver
Cannot deobfuscate dependency of type DefaultFileCollectionDependency_Decorated, using obfuscated version!
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createMcpToSrg UP-TO-DATE
> Task :compileJava FAILED
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.
4 actionable tasks: 2 executed, 2 up-to-date
./gradlew : C:\Users\ecrea
\Downloads\魔法Mod\magicboss
\src\main\java\com\ecrea\e
lementmagicboss\entity\pro
jectile\ClownpieceBulletEn
tity.java:106: エラー: クラス Da
mageSourcesのメソッド applyDama
geは指定された型に適用できません。
発生場所 行:1 文字:1
+ ./gradlew classes > comp
ile_err.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
+ CategoryInfo
: NotSpecified: (C
:\Users\ecrea\...指定され
た型に適用できません。:String) [
], RemoteException
+ FullyQualifiedError
Id : NativeCommandErr
or
DamageSources.
applyDamage(living, damage
, null,
^
期待値: Entity,float,Damage
Source
検出値: LivingEntity,flo
at,<null>,owner inst[...]
null
理由: 実引数リストと仮引数リストの長さが異なり
ます
C:\Users\ecrea\Downloads\魔
法Mod\magicboss\src\main\ja
va\com\ecrea\elementmagicb
oss\event\ModEvents.java:8
2: 警告:[removal] ICuriosHel
perのfindCurios(LivingEntit
y,Predicate<ItemStack>)は推奨
されておらず、削除用にマークされています
.findCurio
s(player, stack -> stack.g
etItem() == ModItems.SPELL
_LEVEL_RING.get()).size();
^
C:\Users\ecrea\Downloads\魔
法Mod\magicboss\src\main\ja
va\com\ecrea\elementmagicb
oss\event\ModEvents.java:9
1: 警告:[removal] ICuriosHel
perのfindCurios(LivingEntit
y,Predicate<ItemStack>)は推奨
されておらず、削除用にマークされています
.findC
urios(player, s -> s.getIt
em() == ModItems.GREAT_WIZ
ARD_RING.get()).size();
^
C:\Users\ecrea\Downloads\魔
法Mod\magicboss\src\main\ja
va\com\ecrea\elementmagicb
oss\event\ModEvents.java:3
22: 警告:[removal] ICuriosHe
lperのfindCurios(LivingEnti
ty,Predicate<ItemStack>)は推
奨されておらず、削除用にマークされています
.findC
urios(player, s -> s.getIt
em() == ModItems.GREAT_WIZ
ARD_RING.get()).size();
^
ノート:C:\Users\ecrea\Downloa
ds\魔法Mod\magicboss\src\mai
n\java\com\ecrea\elementma
gicboss\event\ModEvents.ja
vaは推奨されないAPIを使用またはオーバーライドし
ています。
ノート:詳細は、-Xlint:deprecation
オプションを指定して再コンパイルしてください。
エラー1個
警告3個
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 t
o get more log output.
> Run with --scan to get f
ull insights.
BUILD FAILED in 3s