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.1 "
3+ classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.2 "
44 }
55}
66
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 java
99 kotlin(" jvm" )
1010 kotlin(" plugin.allopen" ) version " 1.6.0"
11- id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.1 "
11+ id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.2 "
1212}
1313
1414sourceSets.all {
Original file line number Diff line number Diff line change 11plugins {
22 id ' org.jetbrains.kotlin.multiplatform'
33 id ' org.jetbrains.kotlin.plugin.allopen' version " 1.6.0"
4- id ' org.jetbrains.kotlinx.benchmark' version " 0.4.1 "
4+ id ' org.jetbrains.kotlinx.benchmark' version " 0.4.2 "
55}
66
77// 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.6.0"
5- id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.1 '
5+ id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.2 '
66}
77
88
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
2- version =0.4.1
2+ version =0.4.2
33
44kotlin_version =1.6.0
55jmhVersion =1.21
Original file line number Diff line number Diff line change 11group =org.jetbrains.kotlinx
2- version =0.4.1
2+ version =0.4.2
33
44kotlin_version =1.6.0
55jmhVersion =1.21
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import org.jetbrains.kotlin.gradle.plugin.*
88class BenchmarksPlugin : Plugin <Project > {
99 companion object {
1010 const val PLUGIN_ID = " org.jetbrains.kotlinx.benchmark"
11- const val PLUGIN_VERSION = " 0.4.1 "
11+ const val PLUGIN_VERSION = " 0.4.2 "
1212
1313 const val BENCHMARKS_TASK_GROUP = " benchmark"
1414 const val BENCHMARK_EXTENSION_NAME = " benchmark"
You can’t perform that action at this time.
0 commit comments