Had to re-create the ion-tests submodule since I'd originally created it with the SSH URL instead of the HTTPS URL.
Removed the attempt I added to execute git submodules update --init --recursive in build.gradle since it wasn't working and I found out that travis pulls in git submodules by default.
Also added a gradle.properties file which is now required since it defines variables used by the publishing plugin. (With "EMPTY", values to be specified prior to publishing.)
Had to re-create the
ion-tests
submodule since I'd originally created it with the SSH URL instead of the HTTPS URL.Removed the attempt I added to execute
git submodules update --init --recursive
inbuild.gradle
since it wasn't working and I found out thattravis
pulls in git submodules by default.Also added a
gradle.properties
file which is now required since it defines variables used by the publishing plugin. (With "EMPTY", values to be specified prior to publishing.)