Skip to content

Commit 1748572

Browse files
authored
* 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.
1 parent 66fc6da commit 1748572

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

travis.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ for testdir in "${devserver_tests[@]}" ; do
4040
./java-repo-tools/scripts/test-localhost.sh appengine "${testdir}"
4141
done
4242

43-
newplugin_std_tests=(
44-
# appengine/helloworld-new-plugins
45-
)
46-
for testdir in "${newplugin_std_tests[@]}" ; do
47-
./java-repo-tools/scripts/test-localhost.sh standard_mvn "${testdir}"
48-
./java-repo-tools/scripts/test-localhost.sh standard_gradle "${testdir}"
49-
done
43+
# newplugin_std_tests=(
44+
# appengine/helloworld-new-plugins
45+
# )
46+
# for testdir in "${newplugin_std_tests[@]}" ; do
47+
# ./java-repo-tools/scripts/test-localhost.sh standard_mvn "${testdir}"
48+
# ./java-repo-tools/scripts/test-localhost.sh standard_gradle "${testdir}"
49+
# done
5050

5151

5252
# Check that all shell scripts in this repo (including this one) pass the

0 commit comments

Comments
 (0)