pwall567 / json-kotlin-gradle

Gradle JSON Schema code generation plugin
17 stars 7 forks source link

Please update docs to specify that `configure` should appear _after_ `apply` #9

Closed gino-m closed 7 months ago

gino-m commented 7 months ago

This could have saved me considerable time debugging. Thank you!

pwall567 commented 7 months ago

You're not alone in spending a great deal of time debugging Gradle build files!

I agree that this would be a helpful addition to the README and I have updated it accordingly.

I will also endeavour to provide full examples that users can use as a starting point for their own build files.

-Peter

gino-m commented 7 months ago

You're not alone in spending a great deal of time debugging Gradle build files!

I agree that this would be a helpful addition to the README and I have updated it accordingly.

I will also endeavour to provide full examples that users can use as a starting point for their own build files.

-Peter

Thanks, Peter, for adding this to the README!

As mentioned in #6, indeed 90% of the trouble I've had is certainly due to my lack of understanding of Gradle, especially the Kotlin DSL. Thank you for all your hard work and for a great tool!