Skip to content

Commit a9a4d49

Browse files
authored
Remove enforcedPlatform (#149)
* fix: add enforced-platform error suppression * remove enforced * test release workflow * remove main dependency * restore release branch filter
1 parent 3ec458e commit a9a4d49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ allprojects {
2828
}
2929

3030
subprojects {
31+
if (project.name == "tempest-bom") return@subprojects
32+
3133
apply(plugin = "org.jetbrains.dokka")
3234

3335
repositories {
@@ -52,7 +54,7 @@ subprojects {
5254
}
5355

5456
dependencies {
55-
add("api", enforcedPlatform(project(":tempest-bom")))
57+
// add("api", project(":tempest-bom"))
5658
add("api", platform(Dependencies.nettyBom))
5759
}
5860
}

0 commit comments

Comments
 (0)