Skip to content

Commit 06b3b3b

Browse files
authored
Publish empty kotlinx-coroutines-jdk8 artifact (#3510)
Fixes #3509
1 parent bfc6c0b commit 06b3b3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,8 @@ def core_docs_file = "$projectDir/kotlinx-coroutines-core/build/dokka/htmlPartia
224224
apply plugin: "org.jetbrains.dokka"
225225

226226
configure(subprojects.findAll { !unpublished.contains(it.name)
227-
&& it.name != coreModule
228-
&& it.name != jdk8ObsoleteModule}) {
229-
if (it.name != 'kotlinx-coroutines-bom') {
227+
&& it.name != coreModule }) {
228+
if (it.name != 'kotlinx-coroutines-bom' && it.name != jdk8ObsoleteModule) {
230229
apply from: rootProject.file('gradle/dokka.gradle.kts')
231230
}
232231
apply from: rootProject.file('gradle/publish.gradle')

0 commit comments

Comments
 (0)