Files
mosaic/mosaic-tty/gradle.properties
2025-06-20 14:45:43 -04:00

9 lines
441 B
Properties

POM_ARTIFACT_ID=mosaic-tty
POM_NAME=Mosaic TTY
# By default, creating an additional Kotlin compilation and calling associateWith(mainCompilation)
# will produce a dependency on the jar task. We want to copy the output of the new compilation
# into the jar, though, so we need to disable this behavior to avoid a cyclic task dependency.
# See https://youtrack.jetbrains.com/issue/KT-78269
kotlin.build.archivesTaskOutputAsFriendModule=false