smartnews / jpa-entity-generator

Lombok-wired JPA entity source code generator, Gradle and Maven supported.
MIT License
211 stars 72 forks source link

Enable doing ./gradlew uploadArchives -Plocal #20

Closed seratch closed 5 years ago

seratch commented 5 years ago

Previously, I modified the build.gradle when I needed to publish the jar files onto the local repository. This pull request enables instantly doing that just by hitting ./gradlew uploadArchives -Plocal without any prerequisites.

Also, I noticed that the TravisCI build didn't detect changes as I expected. In this commit, I've fixed the problem as well. Sorry for doing two things in a single pull request.

seratch commented 5 years ago

Thank you for your confirmation. Just merged. Sorry for bothering you regarding this matter.