GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 38 forks source link

Update gradle wrapper for gradle v7 #172

Closed psx95 closed 1 year ago

psx95 commented 1 year ago

Follow up to PR #171

Gradle wrapper was not updated to run with gradle v7. As a result, all tasks run using the wrapper - ./gradlew <taskName> were still being run using gradle v6.

This PR updates gradle wrapper to use gradle v7 as well. Following recommended steps from - Upgrading your build from Gradle 6.x to the latest.

Steps

Testing

Fixes #108