Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pluginPublish = { module = "com.gradle.publish:plugin-publish-plugin", version.r

androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-rc01"
# Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless.
ktfmt = "com.facebook:ktfmt:0.62"
ktfmt = "com.facebook:ktfmt:0.63"

junit-bom = "org.junit:junit-bom:6.1.0"
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ public abstract class ShadowJar : Jar() {
@get:Input
@get:Option(
option = "add-multi-release-attribute",
description = "Adds the multi-release attribute to the manifest if any dependencies contain it.",
description =
"Adds the multi-release attribute to the manifest if any dependencies contain it.",
)
public open val addMultiReleaseAttribute: Property<Boolean> = objectFactory.property(true)

Expand Down
Loading