Skip to content

Commit

Permalink
Build google-cloud-functions-http test module with Java 8. Fixes #9904.
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr committed Jun 10, 2020
1 parent b97e21f commit b353102
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions integration-tests/google-cloud-functions-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>

<artifactId>quarkus-integration-test-google-cloud-functions-http</artifactId>
<name>Quarkus - Integration Tests - Google Cloud Functions HTTP</name>

Expand Down Expand Up @@ -118,4 +113,4 @@
</profile>

</profiles>
</project>
</project>

0 comments on commit b353102

Please sign in to comment.