Liquibase gradle plugin broken in gradle 7.x

Is the plugin still supported? There are a few issues posted but no update

MPORTANT: Additional configuration will be required to use version 2.1.0+ of this plugin with Liquibase 4.4.0+

What version of Liquibase are you using?

I checked out source for your plugin and tried to do gradle build and it fails with gradle 7.4. Works fine with older gradle versions. It might be a relatively easy fix but there could be other issues. Here is the log. I am bringing this issue up so you guys can please revisit the compatibility in latest gradle versions.

> Task :processResources FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processResources'.
> Entry META-INF/gradle-plugins/org.liquibase.gradle.properties is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.4.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

Hi, another user posted issue

Do you have any ETA for fix?