Hello I have created my first gradle plugin in kot...
# gradle
b
Hello I have created my first gradle plugin in kotlin, I am looking on feedback on my code is something can be better : https://github.com/klaxit/hidden-secrets-gradle-plugin . The project is a plugin to hide secret string in the ndk ;)
👏 1
👍🏼 1
m
As buildscript is more or less the old way of applying plugins I miss the plugin DSL description inside the README.md
1
It’s funny … that v0.1.0 is newer than v1.0.0 – and the version in not sem-ver-2.0? As a v is prefixed?
👍 1
b
For the version I started to dev with 1.0 and we finally decided to start with 0.1 for the release. I will check your other feedbacks ASAP
m
You using
gradle
in your documentation, it would be better to use
./gradlew
to enforce usage of the Gradle wrapper.
👍 1
Maybe it is good to mention you versioning mechanism? So everyone know how do you decide to change the version. For example if a PR is breaking?
I will create issues for the lines … think this will make the review easier lol
❤️ 1
b
@mazorius Thanks for all your feedback, I have closed on of your issue and will take care of others in the next days 😉 by creating some PRs.
👍🏼 1