Skip to content

Commit 4b7251e

Browse files
committed
fixup! Update publish-plugin to published signed plugin artifacts
1 parent 49fc804 commit 4b7251e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gradlePlugin {
5858

5959
plugins {
6060
register("benchmarkPlugin") {
61-
id = "io.github.fzhinkin.benchmark"//"org.jetbrains.kotlinx.benchmark"
61+
id = "org.jetbrains.kotlinx.benchmark"
6262
implementationClass = "kotlinx.benchmark.gradle.BenchmarksPlugin"
6363
displayName = "Gradle plugin for benchmarking"
6464
description = "Toolkit for running benchmarks for multiplatform Kotlin code."

0 commit comments

Comments
 (0)