Skip to content

Commit 053bf23

Browse files
committed
Gradle plugin. Get rid of type error while registering a plugin
1 parent 90b372a commit 053bf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seskar/seskar-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gradlePlugin {
1616
vcsUrl = REPO_URL
1717

1818
plugins {
19-
create("seskar") {
19+
register("seskar") {
2020
id = "io.github.turansky.seskar"
2121
displayName = "Seskar"
2222
description = "Additions to Kotlin data classes"

0 commit comments

Comments
 (0)