vladmihalcea / hypersistence-optimizer

Hypersistence Optimizer allows you to get the most out of JPA and Hibernate. By scanning your application configuration and mappings, Hypersistence Optimizer can tell you what changes you need to do to speed up your data access layer.
https://vladmihalcea.com/hypersistence-optimizer/
Apache License 2.0
314 stars 43 forks source link

Add mention that mavenLocal() should be in the repositories list of build.gradle in the installation guide #190

Closed xp-vit closed 1 year ago

xp-vit commented 1 year ago

To have locally installed dependency available to Gradle mavenLocal() should be added to build.gradle. Probably it makes sense to mention this in the documentation.

Thanks a lot for great product!

vladmihalcea commented 1 year ago

Fixed.