Skip to content

Commit 1020938

Browse files
committed
PR feedback notes
1 parent 098162b commit 1020938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worldedit-bukkit/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val adaptersScope = configurations.dependencyScope("adaptersScope") {
2626
description = "Adapters to include in the JAR"
2727
}
2828
val adaptersReobfScope = configurations.dependencyScope("adaptersReobfScope") {
29-
description = "Reobfuscated adapters to include in the JAR (resolvable)"
29+
description = "Reobfuscated adapters to include in the JAR"
3030
}
3131

3232
val adapters = configurations.resolvable("adapters") {
@@ -40,7 +40,7 @@ val adapters = configurations.resolvable("adapters") {
4040

4141
val adaptersReobf = configurations.resolvable("adaptersReobf") {
4242
extendsFrom(adaptersReobfScope.get())
43-
description = "Adapters to include in the JAR (resolvable)"
43+
description = "Reobfuscated adapters to include in the JAR (resolvable)"
4444
shouldResolveConsistentlyWith(configurations["runtimeClasspath"])
4545
attributes {
4646
attribute(Obfuscation.OBFUSCATION_ATTRIBUTE, objects.named(Obfuscation.OBFUSCATED))

0 commit comments

Comments
 (0)