Skip to content

Commit 910cff3

Browse files
committed
Use lazy configuration for Gradle plugins
1 parent 908e6cc commit 910cff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030

3131
gradlePlugin {
3232
plugins {
33-
val dependencyUpdatePlugin by creating {
33+
val dependencyUpdatePlugin by registering {
3434
id = "com.edricchan.studybuddy.dependency-updates"
3535
implementationClass = "com.edricchan.studybuddy.gradle.versions.DependencyUpdatesPlugin"
3636
displayName = "Dependency Updates plugin"

0 commit comments

Comments
 (0)