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.3.1 "
3+ classpath " org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.4.0 "
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.5.30"
11- id(" org.jetbrains.kotlinx.benchmark" ) version " 0.3.1 "
11+ id(" org.jetbrains.kotlinx.benchmark" ) version " 0.4.0 "
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.5.30"
4- id ' org.jetbrains.kotlinx.benchmark' version " 0.3.1 "
4+ id ' org.jetbrains.kotlinx.benchmark' version " 0.4.0 "
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.5.30"
5- id ' org.jetbrains.kotlinx.benchmark' version ' 0.3.1 '
5+ id ' org.jetbrains.kotlinx.benchmark' version ' 0.4.0 '
66}
77
88
Original file line number Diff line number Diff line change 11# Set up your maven coordinates here, artifactId is defined per project.
22group = org.jetbrains.kotlinx
3- version = 0.3.1
3+ version = 0.4.0
44
55kotlin.code.style =official
66kotlin_version =1.5.30
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33# Set up your maven coordinates here, artifactId is defined per project.
4- version = 0.3.1
4+ version = 0.4.0
55group = org.jetbrains.kotlinx
66
77kotlin_version =1.5.30
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.3.1 "
11+ const val PLUGIN_VERSION = " 0.4.0 "
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