We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e64dbe commit 434101cCopy full SHA for 434101c
aws-runtime/aws-config/build.gradle.kts
@@ -165,7 +165,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompileCommon> {
165
}
166
167
tasks.withType<org.gradle.jvm.tasks.Jar> {
168
- if (name == "jar" || name == "javadocJar") {
+ if (name == "jar") {
169
println("Disabling $project task '$name' because it conflicts with Kotlin JAR tasks")
170
enabled = false
171
} else {
0 commit comments