amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Update project to use gradle 6.8.3 #57

Closed mwfpope closed 3 years ago

mwfpope commented 3 years ago

Issue #, if available:

None.

Description of changes:

Update the gradle wrapper to use gradle 6.8.3, and updates usage of a deprecated field in the build script with the approved replacement.

This PR helps to unblock the resolution of #46. For Kotlin 1.4, the compileKotlin gradle plugin requires a gradle version >= 6.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.