app-gradle-plugin/src/integTest/java/com/google/cloud/tools/gradle/appengine/AppEngineAppYamlPluginIntegrationTest.java [56:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      throws CloudSdkNotFoundException, IOException, ProcessHandlerException,
          UnsupportedOsException {

    BuildResult buildResult =
        GradleRunner.create()
            .withProjectDir(testProjectDir.getRoot())
            .withPluginClasspath()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app-gradle-plugin/src/integTest/java/com/google/cloud/tools/gradle/appengine/AppEngineAppYamlPluginIntegrationTest.java [74:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      throws CloudSdkNotFoundException, IOException, ProcessHandlerException,
          UnsupportedOsException {

    BuildResult buildResult =
        GradleRunner.create()
            .withProjectDir(testProjectDir.getRoot())
            .withPluginClasspath()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



