Open JamesXNelson opened 2 years ago
The gradle version of the wrapper jar and the declared gradleVersion in build.gradle do not match.
Need to update build.gradle and run ./gradlew wrapper
./gradlew wrapper
https://github.com/deephaven/deephaven-core/blob/d9ba97e36dbebe6681e0caf25fbbb03dca28e3cc/build.gradle#L86 versus https://github.com/deephaven/deephaven-core/blob/d9ba97e36dbebe6681e0caf25fbbb03dca28e3cc/gradle/wrapper/gradle-wrapper.properties#L3
The gradle version of the wrapper jar and the declared gradleVersion in build.gradle do not match.
Need to update build.gradle and run
./gradlew wrapper