Skip to content

Commit 1c2c355

Browse files
authored
Remove artifact that is not published from the rewrite-bom (#6558)
1 parent ff0ff72 commit 1c2c355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rewrite-bom/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dependencies {
1111
it != project &&
1212
!it.name.contains("benchmark") &&
1313
!it.name.contains("tck") &&
14-
it.name != "tools"
14+
it.name != "tools" &&
15+
it.name != "rewrite-gradle-tooling-model"
1516
}
1617
.sortedBy { it.name }
1718
.forEach { api(it) }

0 commit comments

Comments
 (0)