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

Update to latest kotlin and Gradle #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asm0dey
Copy link

@asm0dey asm0dey commented Sep 3, 2023

Th eexisting version can't even be built on the later Java versions,
also it uses way outdated Kotlin and Gradle versions. This PR is my
attempt to adress these issues.

I also took a librty to use shadow plugin instead of handcrafted
uberJar: the old implementation caused an error to appear during the
build. However, I tried to preserve as much as was possible.

Somehow the plugin build was broken: it generated manifests in wrong
places. Now it's fixed too.

Also it feels natural these days to use Gradle Version Catalog instead
of hardcoded versions.

Th eexisting version can't even be built on the later Java versions,
also it uses way outdated Kotlin and Gradle versions. This PR is my
attempt to adress these issues.

I also took a librty to use shadow plugin instead of handcrafted
uberJar: the old implementation caused an error to appear during the
build. However, I tried to preserve as much as was possible.

Somehow the plugin build was broken: it generated manifests in wrong
places. Now it's fixed too.

Also it feels natural these days to use Gradle Version Catalog instead
of hardcoded versions.
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.

1 participant