GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

Adds a java 8 runtime integration test for standard environment. #152

Closed patflynn closed 7 years ago

patflynn commented 7 years ago

Fixes #151

loosebazooka commented 7 years ago

So, intergration tests aren't actually run on the CI for gradle. I've been running them locally before doing a release. this is something that I'd probably have to set up. Having said that, can you update the formatting?

./gradlew goJF

should auto format.

patflynn commented 7 years ago

fixed.

loosebazooka commented 7 years ago

okay, I'll run ./gradlew integTest when tomorrow and merge this in.