File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
buildSrc/src/main/kotlin/datadog/gradle/plugin/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments