diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4de952693..5f917bcb5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt b/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt index 2d0a05b28..956d679e4 100644 --- a/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt +++ b/src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/tasks/ShadowJar.kt @@ -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 = objectFactory.property(true)