unbroken-dome / gradle-testsets-plugin

A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
MIT License
230 stars 50 forks source link

Upgrade to Gradle 8 #132

Closed neeme-praks-sympower closed 1 year ago

neeme-praks-sympower commented 1 year ago

Fixes #131

catostrophe commented 1 year ago

BTW. If a Gradle plugin is built with Gradle 8, what minimal Gradle version it will be working with?

neeme-praks-sympower commented 1 year ago

BTW. If a Gradle plugin is built with Gradle 8, what minimal Gradle version it will be working with?

I'm not a specialist but as far as I understand, as long as the plugin does not use any newer API, it will continue to work with Gradle 5.1 as before. BTW, in hindsight I now realise that upgrade to Gradle 8 is not actually necessary to fix this API compatibility. I can remove that part of the PR, if you like.

catostrophe commented 1 year ago

I am not a maintainer and don't have an opinion regarding bumping the Gradle version. I just wanted to make sure that doing that won't make the plugin incompatible with Gradle 6+.

catostrophe commented 1 year ago

@tkrullmann are you still maintaining this project?

catostrophe commented 1 year ago

This project seems abandoned. I would recommend migrating to JVM Test Suite plugin

piyushmor commented 1 year ago

why is this still pending?

rd-janina-nemec commented 1 year ago

Why is this not merged yet?

lfarkas commented 1 year ago

a release also needed...in order to be able to use it...

pavelchuchma commented 1 year ago

@tkrullmann any estimate of release with this fix, please?