Remove github pages javadoc publish (we now have the ability to publish javadoc jar)

This commit is contained in:
Seth Goings 2014-07-28 11:28:50 -06:00
parent 8c0fe8d9a3
commit 2c6d212ec8

View File

@ -11,5 +11,3 @@ script: "./test/ci.sh"
after_success:
- make clean build
- ./gradlew artifactoryPublish
- make javadoc
- ".utility/push-javadoc-to-gh-pages.sh"