Hi @bmuschko,
I wanted to share that I have implemented Gradle 9 support in my fork:
https://github.com/hiro345g/gradle-cargo-2026-plugin/tree/gradle9
Key points of this fork:
- The implementation is available in the
gradle9 branch.
- It involves significant refactoring to comply with Gradle 9 APIs.
- Due to these changes, support for Gradle 6, 7, and 8 has been dropped.
Current Status & Plan:
I am currently testing this version in my local environment to ensure stability. Once it is well-verified, I intend to publish it to Maven Central (using my own group ID) to make it available for the community, though this may take some time as I am new to the publishing process.
I’m sharing this primarily as information for anyone looking for Gradle 9 compatibility. If you are interested in incorporating these changes into the official repository in the future, please feel free to reference or use the code.
Thanks for maintaining this great plugin!
Hi @bmuschko,
I wanted to share that I have implemented Gradle 9 support in my fork:
https://github.com/hiro345g/gradle-cargo-2026-plugin/tree/gradle9
Key points of this fork:
gradle9branch.Current Status & Plan:
I am currently testing this version in my local environment to ensure stability. Once it is well-verified, I intend to publish it to Maven Central (using my own group ID) to make it available for the community, though this may take some time as I am new to the publishing process.
I’m sharing this primarily as information for anyone looking for Gradle 9 compatibility. If you are interested in incorporating these changes into the official repository in the future, please feel free to reference or use the code.
Thanks for maintaining this great plugin!