Skip to content

Commit

Permalink
gae-interop-testing: Remove jdk7 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 authored Jan 24, 2019
1 parent 1d97b50 commit c2f8d83
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 455 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ subprojects {
if (!(project.name in [
'grpc-benchmarks',
'grpc-interop-testing',
'grpc-gae-interop-testing-jdk7',
'grpc-gae-interop-testing-jdk8',
])) {
resolutionStrategy.failOnVersionConflict()
Expand Down
3 changes: 1 addition & 2 deletions gae-interop-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ Running the tests in GAE

You can run the gradle task to execute the interop tests.
```bash
# cd into either gae-jdk7 or gae-jdk8
# cd into gae-jdk8
$ ../../gradlew runInteropTestRemote

# Or run one of these from the root gRPC Java directory:
$ ./gradlew :grpc-gae-interop-testing-jdk7:runInteropTestRemote
$ ./gradlew :grpc-gae-interop-testing-jdk8:runInteropTestRemote
```

Expand Down
154 changes: 0 additions & 154 deletions gae-interop-testing/gae-jdk7/build.gradle

This file was deleted.

Loading

0 comments on commit c2f8d83

Please sign in to comment.