Skip to content

Commit

Permalink
chore: fix publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Jan 8, 2025
1 parent f274dc6 commit 6366d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ publishing {
publications {
create<MavenPublication>("mavenJava") {
from(components["java"])
//artifact(tasks.named("sourcesJar"))
//artifact(tasks.named("javadocJar"))
pom {
name.set("IntelliJ common UI test library")
description.set("Common utilities for IntelliJ UI testing")
Expand Down

0 comments on commit 6366d62

Please sign in to comment.