File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val adaptersScope = configurations.dependencyScope("adaptersScope") {
2626 description = " Adapters to include in the JAR"
2727}
2828val 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
3232val adapters = configurations.resolvable(" adapters" ) {
@@ -40,7 +40,7 @@ val adapters = configurations.resolvable("adapters") {
4040
4141val 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 ))
You can’t perform that action at this time.
0 commit comments