kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

Fix compatibility with Gradle 7 #110

Closed melix closed 3 years ago

melix commented 3 years ago

In Gradle 7, task properties which are not annotated with an input annotation becomes an error.

This PR adds the missing annotations and adds test coverage for multiple Gradle versions.

chali commented 3 years ago

I just hit this while working on Gradle 7 compatibility work. Any ETA when it could be released?

kt3k commented 3 years ago

@chali Probably in weekend!

chali commented 3 years ago

@kt3k @melix thank you both for being on top of things!

kt3k commented 3 years ago

published as v2.11.0. Please let me know if something's wrong.