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

upgrade jackson, shaded, gradle versions #395

Merged
merged 6 commits into from
Dec 13, 2023
Merged

Conversation

shashank11p
Copy link
Contributor

No description provided.

@shashank11p shashank11p marked this pull request as ready for review December 11, 2023 13:07
build.gradle.kts Outdated
}

repositories {
mavenCentral()
configurations {
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the purpose of this block? Where are we including a gradle plugin in the dependency classpath for example?

build.gradle.kts Outdated
}

tasks.withType<Jar> {
duplicatesStrategy = DuplicatesStrategy.FAIL
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't this the default now? is there a reason it was added?

}
}

configurations {
Copy link
Contributor

Choose a reason for hiding this comment

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

seems like maybe those root changes you applied to all are really relevant in the buildSrc vs the actual code?

@shashank11p shashank11p merged commit 2a24d17 into main Dec 13, 2023
8 of 9 checks passed
@shashank11p shashank11p deleted the updateJacksonVer branch December 13, 2023 09:18
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.

4 participants