Skip to content

Commit c40b42f

Browse files
committed
Declare compatibility for CC for the plugin
https://plugins.gradle.org/docs/publish-plugin
1 parent f19985e commit c40b42f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin-gradle/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ gradlePlugin {
6868
'black',
6969
'clang-format'
7070
])
71+
compatibility {
72+
features {
73+
configurationCache = true
74+
}
75+
}
7176
}
7277
spotlessPluginLegacy {
7378
id = 'com.diffplug.gradle.spotless'

0 commit comments

Comments
 (0)