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 f274dc6 commit 6366d62Copy full SHA for 6366d62
build.gradle.kts
@@ -56,8 +56,6 @@ publishing {
56
publications {
57
create<MavenPublication>("mavenJava") {
58
from(components["java"])
59
- //artifact(tasks.named("sourcesJar"))
60
- //artifact(tasks.named("javadocJar"))
61
pom {
62
name.set("IntelliJ common UI test library")
63
description.set("Common utilities for IntelliJ UI testing")
0 commit comments