File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
main/src/kotlinx/benchmark/gradle Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
3- classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.6 "
3+ classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.7 "
44 }
55}
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 java
1010 kotlin(" jvm" )
1111 kotlin(" plugin.allopen" ) version " 1.7.20"
12- id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.6 "
12+ id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.7 "
1313}
1414
1515sourceSets.all {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.konan.target.KonanTarget
44plugins {
55 id ' org.jetbrains.kotlin.multiplatform'
66 id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.20"
7- id ' org.jetbrains.kotlinx.benchmark' version " 0.4.6 "
7+ id ' org.jetbrains.kotlinx.benchmark' version " 0.4.7 "
88}
99
1010// how to apply plugin to a specific source set?
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java'
33 id ' org.jetbrains.kotlin.jvm'
44 id ' org.jetbrains.kotlin.plugin.allopen' version " 1.7.20"
5- id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.6 '
5+ id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.7 '
66}
77
88
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
2- version =0.4.6
2+ version =0.4.7
33
44kotlin_version =1.7.20
55jmhVersion =1.21
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
2- version =0.4.6
2+ version =0.4.7
33
44kotlin_version =1.7.20
55jmhVersion =1.21
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.gradle.util.*
77class BenchmarksPlugin : Plugin <Project > {
88 companion object {
99 const val PLUGIN_ID = " org.jetbrains.kotlinx.benchmark"
10- const val PLUGIN_VERSION = " 0.4.6 "
10+ const val PLUGIN_VERSION = " 0.4.7 "
1111
1212 const val BENCHMARKS_TASK_GROUP = " benchmark"
1313 const val BENCHMARK_EXTENSION_NAME = " benchmark"
You can’t perform that action at this time.
0 commit comments