File tree 3 files changed +22
-20
lines changed
3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ gradlePlugin {
16
16
17
17
displayName = " SAP Commerce Bootstrap & Build Plugin"
18
18
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
+ )
28
29
}
29
30
}
30
31
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
}
10
10
11
11
dependencies {
12
- implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.20 .0" )
12
+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.25 .0" )
13
13
implementation(" com.gradle.publish:plugin-publish-plugin:1.2.0" )
14
14
implementation(" pl.allegro.tech.build:axion-release-plugin:1.15.4" )
15
15
implementation(" com.github.ben-manes:gradle-versions-plugin:0.47.0" )
Original file line number Diff line number Diff line change @@ -16,16 +16,17 @@ gradlePlugin {
16
16
17
17
displayName = " SAP Commerce Cloud in the Public Cloud Build Support Plugin"
18
18
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
+ )
29
30
}
30
31
}
31
32
}
You can’t perform that action at this time.
0 commit comments