Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize Gradle and Kotlin #12

Merged
merged 1 commit into from
Sep 24, 2022
Merged

Conversation

eygraber
Copy link
Contributor

Update Kotlin to 1.7.10

Update Gradle to 7.5.1

Use Gradle Kotlin DSL instead of Groovy

I hope to get to #7 sometime this week.

I may have broken the benchmark format. I'll take a closer look at that soon.

I probably also broke publishing; I can make some changes there later, and get you up and running with an automated release pipeline using GitHub Actions if you want.

@@ -313,7 +308,7 @@ internal data class DeepScanArrayAccessorToken(val indices: List<Int>) : Token {
}
}

override fun read(json: JsonNode): JsonNode? {
Copy link
Owner

@codeniko codeniko Sep 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Not sure how I missed this and the other nullables when I wrote it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think they might have improved something in Kotlin because I wasn't seeing warnings before updating it

@codeniko
Copy link
Owner

Thanks for the contribution! Auto release pipeline not necessary but I'll likely merge such a change too

@codeniko codeniko merged commit 019ab1e into codeniko:master Sep 24, 2022
@codeniko
Copy link
Owner

Just realized the code coverage reporting is missing, I can look into that later

@eygraber eygraber deleted the modernize branch September 25, 2022 03:23
@eygraber
Copy link
Contributor Author

I see what happened with the missing code coverage. I'll make a PR for that now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants