-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
build.gradle.kts
Outdated
} | ||
|
||
repositories { | ||
mavenCentral() | ||
configurations { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
buildSrc/build.gradle.kts
Outdated
} | ||
} | ||
|
||
configurations { |
There was a problem hiding this comment.
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?
No description provided.