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.
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.