Skip to content

Commit 5acbdc6

Browse files
renovate[bot]mpern
andauthored
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0 (#65)
* Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0 * fix formatting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Markus Perndorfer <mpern@users.noreply.github.com>
1 parent 92367b6 commit 5acbdc6

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

build-plugin/build.gradle.kts

+10-9
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ gradlePlugin {
1616

1717
displayName = "SAP Commerce Bootstrap & Build Plugin"
1818
description = """Manage the whole development lifecycle of your SAP Commerce Project with Gradle"""
19-
tags = setOf(
20-
"sap commerce",
21-
"sap hybris commerce",
22-
"hybris",
23-
"sap",
24-
"commerce",
25-
"bootstrap",
26-
"build",
27-
)
19+
tags =
20+
setOf(
21+
"sap commerce",
22+
"sap hybris commerce",
23+
"hybris",
24+
"sap",
25+
"commerce",
26+
"bootstrap",
27+
"build",
28+
)
2829
}
2930
}
3031
}

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.20.0")
12+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
1313
implementation("com.gradle.publish:plugin-publish-plugin:1.2.0")
1414
implementation("pl.allegro.tech.build:axion-release-plugin:1.15.4")
1515
implementation("com.github.ben-manes:gradle-versions-plugin:0.47.0")

cloud-plugin/build.gradle.kts

+11-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ gradlePlugin {
1616

1717
displayName = "SAP Commerce Cloud in the Public Cloud Build Support Plugin"
1818
description = """Use the CCv2 manifest.json to configure and build your local development environment"""
19-
tags = setOf(
20-
"sap commerce",
21-
"sap hybris commerce",
22-
"hybris",
23-
"sap",
24-
"commerce",
25-
"ccv2",
26-
"public cloud",
27-
"manifest",
28-
)
19+
tags =
20+
setOf(
21+
"sap commerce",
22+
"sap hybris commerce",
23+
"hybris",
24+
"sap",
25+
"commerce",
26+
"ccv2",
27+
"public cloud",
28+
"manifest",
29+
)
2930
}
3031
}
3132
}

0 commit comments

Comments
 (0)