skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
805 stars 59 forks source link

[IMPROVEMENT] bump gradle to version 7 #138

Closed christian-draeger closed 3 years ago

christian-draeger commented 3 years ago

We want an early migration to gradle 7 since we don't use any deprecated features anyway and just bump the version right away as well as version 7 provides 2 main features that will make out project more maintainable.

1st the Centralized dependency versions

And 2nd the Type-safe project accessors

christian-draeger commented 3 years ago

gradle new central-declaration-of-dependencies still has a lot of issues and is currently not able to satisfy all the needs our project has. i think we should revisit it later