Skip to content

Commit a76f764

Browse files
authored
Merge pull request #3776 from 1c-syntax/copilot/revert-spotless-update
Revert spotless plugin to 7.0.4 and block dependabot updates
2 parents 61181db + 403b6ca commit a76f764

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
freefair:
1414
patterns:
1515
- "io.freefair.*"
16+
ignore:
17+
- dependency-name: "com.diffplug.spotless"
1618
- package-ecosystem: "github-actions"
1719
directory: "/"
1820
schedule:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
`java-library`
88
`maven-publish`
99
jacoco
10-
id("com.diffplug.spotless") version "8.1.0"
10+
id("com.diffplug.spotless") version "7.0.4"
1111
id("me.qoomon.git-versioning") version "6.4.4"
1212
id("io.freefair.lombok") version "9.2.0"
1313
id("io.freefair.javadoc-links") version "9.2.0"

0 commit comments

Comments
 (0)