janbarari / gradle-analytics-plugin

A free Gradle plugin to analyze your project builds. It provides unique visual and text metrics in HTML format.
MIT License
158 stars 5 forks source link

Optimize usage of version catalog #141

Closed StefMa closed 3 months ago

StefMa commented 3 months ago

Related Issue

n/a

Motivation and Context

This just aligned the usage of the version catalog in regards of Gradle plugins. Nothing fancy, just a small clean up 🙃

Description

I not only cleaned up the version catalog usage but also removed the jdk dependency of kotlin. This wil automatically added by the plugin. No need for it.

Changelog

Type of change

Checklist

How has this been tested?

I just run the same thing as on CI:

./gradlew clean validateSourceHeaderLicense detekt assemble test --info --stacktrace

Screenshots

n/a

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

janbarari commented 3 months ago

Hey @StefMa Thank you for your great collaboration on this project. I will be check and update you ASAP ❤️