Skip to content

Commit 0b412fe

Browse files
Minor rename.
1 parent 1be5c00 commit 0b412fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/datadog/gradle/plugin/config/GroovySpockConventionPlugin.kt renamed to buildSrc/src/main/kotlin/datadog/gradle/plugin/config/GroovySpockConfigPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import javax.inject.Inject
2727
* * objenesis
2828
*/
2929
@Suppress("unused")
30-
class GroovySpockConventionPlugin : Plugin<Project> {
30+
class GroovySpockConfigPlugin : Plugin<Project> {
3131
abstract class GroovySpockProperties @Inject constructor(objects: ObjectFactory) {
3232
internal val compilerSettings: MapProperty<Int, List<String>> = objects.mapProperty()
3333

@@ -45,7 +45,7 @@ class GroovySpockConventionPlugin : Plugin<Project> {
4545
override fun apply(project: Project) {
4646
if (project == project.rootProject) {
4747
project.subprojects {
48-
this.pluginManager.apply(GroovySpockConventionPlugin::class.java)
48+
this.pluginManager.apply(GroovySpockConfigPlugin::class.java)
4949
}
5050
return
5151
}

0 commit comments

Comments
 (0)