Skip to content

Commit

Permalink
New plugin (#320)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
lesv committed Aug 31, 2016
1 parent 66fc6da commit 1748572
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1748572

Please sign in to comment.