Skip to content

Commit

Permalink
Bump spotless-plugin-gradle from 6.12.0 to 6.12.1 (#669)
Browse files Browse the repository at this point in the history
Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless)
from 6.12.0 to 6.12.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/718a504c123de899e75300e7f2f6c55d7a40da42"><code>718a504</code></a>
Published gradle/6.12.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/c13acee2130be0b730a14fbadade6e7f597001b7"><code>c13acee</code></a>
Published lib/2.31.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/552aabf876469227d4bdc0be0da65b6d746fbc19"><code>552aabf</code></a>
fix(deps): update dependency com.facebook:ktfmt to v0.42 (<a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1421">#1421</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/4063e9f6d134134e5e1fb706e70a7f4cd6e5b403"><code>4063e9f</code></a>
Add support for KtLint 0.48.0 (<a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1432">#1432</a>
fixes <a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1430">#1430</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/062e83584650be1dd47f5c8485426e8438b05600"><code>062e835</code></a>
Bump changelogs.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/8f7e00594de49856e2c14edf09d89352e0eddd60"><code>8f7e005</code></a>
spotlessApply</li>
<li><a
href="https://github.com/diffplug/spotless/commit/9a8ccae9ec04ff5e6f37da07cc445242ef69c516"><code>9a8ccae</code></a>
Bump default ktfmt 0.41 -&gt; 0.42</li>
<li><a
href="https://github.com/diffplug/spotless/commit/fb4277d2b1ad172ce17fd4bb398756b527379752"><code>fb4277d</code></a>
Merge branch 'main-ktlint-0.48.0' into renovate/ver_ktfmt</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b44d70d00add006427f3cb8ef2387da543addfa3"><code>b44d70d</code></a>
Move changelog entries to the correct release.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b3d8e89002c21324f03e896c0d786df3be09839d"><code>b3d8e89</code></a>
spotlessApply for 2023</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/gradle/6.12.0...gradle/6.12.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-plugin-gradle&package-manager=gradle&previous-version=6.12.0&new-version=6.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
dependabot[bot] and Mateusz Rzeszutek authored Jan 2, 2023
1 parent dce7902 commit 6811dcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ afterEvaluate {
!it.absolutePath.contains("META-INF/versions/") &&
!it.absolutePath.contains("AutoValue_")
}
}
},
)

reports {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.12.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.12.1")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.0.1")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.5.0")
}
Expand Down
6 changes: 3 additions & 3 deletions static-instrumenter/agent-instrumenter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ testing {
jvmArgumentProviders.add(
AgentJarsProvider(
tasks.shadowJar.flatMap { it.archiveFile },
tasks.named<Jar>("createNoInstAgent").flatMap { it.archiveFile }
)
tasks.named<Jar>("createNoInstAgent").flatMap { it.archiveFile },
),
)
}
}
Expand Down Expand Up @@ -142,7 +142,7 @@ class AgentJarsProvider(
val agentJar: Provider<RegularFile>,
@InputFile
@PathSensitive(PathSensitivity.RELATIVE)
val noInstAgentJar: Provider<RegularFile>
val noInstAgentJar: Provider<RegularFile>,
) : CommandLineArgumentProvider {
override fun asArguments(): Iterable<String> = listOf("-Dagent=${file(agentJar).path}", "-Dno.inst.agent=${file(noInstAgentJar).path}")
}

0 comments on commit 6811dcd

Please sign in to comment.