atsushieno / mugene-ng

Music Macro Language to MIDI 1.0 / 2.0 compiler
MIT License
8 stars 0 forks source link

build failure: "module-info.class is a duplicate but no duplicate handling strategy has been set." #9

Closed atsushieno closed 3 years ago

atsushieno commented 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.

atsushieno commented 3 years ago

fixed at 302e2a0.