From 1748572a948f70a313477ba5cbf95096f58aec34 Mon Sep 17 00:00:00 2001 From: Les Vogel Date: Wed, 31 Aug 2016 16:04:54 -0700 Subject: [PATCH] New plugin (#320) * update hello world for new gradle & maven plugins 1. add license & tags to app.yaml 2. fix some versions and naming in the pom.xml 3. add tags to pom.xml 4. remove a blank line from build.gradle * Shutdown new plugin tests for now. --- travis.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/travis.sh b/travis.sh index a97ba058289..3abd7936047 100755 --- a/travis.sh +++ b/travis.sh @@ -40,13 +40,13 @@ for testdir in "${devserver_tests[@]}" ; do ./java-repo-tools/scripts/test-localhost.sh appengine "${testdir}" done -newplugin_std_tests=( -# appengine/helloworld-new-plugins -) -for testdir in "${newplugin_std_tests[@]}" ; do - ./java-repo-tools/scripts/test-localhost.sh standard_mvn "${testdir}" - ./java-repo-tools/scripts/test-localhost.sh standard_gradle "${testdir}" -done +# newplugin_std_tests=( +# appengine/helloworld-new-plugins +# ) +# for testdir in "${newplugin_std_tests[@]}" ; do +# ./java-repo-tools/scripts/test-localhost.sh standard_mvn "${testdir}" +# ./java-repo-tools/scripts/test-localhost.sh standard_gradle "${testdir}" +# done # Check that all shell scripts in this repo (including this one) pass the