Skip to content

Commit 6366d62

Browse files
committed
chore: fix publishing
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent f274dc6 commit 6366d62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ publishing {
5656
publications {
5757
create<MavenPublication>("mavenJava") {
5858
from(components["java"])
59-
//artifact(tasks.named("sourcesJar"))
60-
//artifact(tasks.named("javadocJar"))
6159
pom {
6260
name.set("IntelliJ common UI test library")
6361
description.set("Common utilities for IntelliJ UI testing")

0 commit comments

Comments
 (0)