Thanks for reaching out to me. I've proposed a pull request to fix compiling the plugin. Additionally, I have setup GitHub actions building every pull request and commit to ensure no bad changes are merged anymore.
If you want to change the version of plugin, simple modify the version number in build.gradle.kts, followed by running ./gradlew clean build.
Hey @dniym,
Thanks for reaching out to me. I've proposed a pull request to fix compiling the plugin. Additionally, I have setup GitHub actions building every pull request and commit to ensure no bad changes are merged anymore.
If you want to change the version of plugin, simple modify the
version
number inbuild.gradle.kts
, followed by running./gradlew clean build
.