Closed atsushieno closed 3 years ago
The latest build is broken https://github.com/atsushieno/mugene-ng/runs/3291827328?check_suite_focus=true
It is due to:
Entry META-INF/versions/9/module-info.class is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.1.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.
which seems to be an issue, one mentioned at https://youtrack.jetbrains.com/issue/KT-46165 (fixed) which reports that there was still a regression for Java project (which mugene-console is) https://youtrack.jetbrains.com/issue/KT-46978 (fixed).
Since I'm still seeing the issue, it is possible that kotlin 1.5.10 does not have a fix.
fixed at 302e2a0.
The latest build is broken https://github.com/atsushieno/mugene-ng/runs/3291827328?check_suite_focus=true
It is due to:
which seems to be an issue, one mentioned at https://youtrack.jetbrains.com/issue/KT-46165 (fixed) which reports that there was still a regression for Java project (which mugene-console is) https://youtrack.jetbrains.com/issue/KT-46978 (fixed).
Since I'm still seeing the issue, it is possible that kotlin 1.5.10 does not have a fix.