From 8fe3f112d1dde6f5e349a4e0db4c8d263abd1e53 Mon Sep 17 00:00:00 2001 From: Brian Norman Date: Sat, 7 Mar 2020 12:49:35 -0600 Subject: [PATCH] Prepare next development version --- README.md | 7 ++++--- build.gradle.kts | 2 +- .../kotlin/com/bnorm/power/PowerAssertGradleSubplugin.kt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d0cd2820c52..a628620deee 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Builds of the Gradle plugin are available through the ```kotlin plugins { + kotlin("jvm") version "1.3.70" id("com.bnorm.power.kotlin-power-assert") version "0.3.0" } ``` @@ -91,9 +92,9 @@ configure { ## Kotlin IR -Using this compiler plugin only works if the code is compiled using IR. This can -be enabled only when compiling the test SourceSet if desired. As Kotlin IR is -still experimental, mileage may vary. +Using this compiler plugin only works if the code is compiled using Kotlin +1.3.70 and IR is enabled. IR can be enabled only when compiling the test +SourceSet if desired. As Kotlin IR is still experimental, mileage may vary. ```kotlin compileTestKotlin { diff --git a/build.gradle.kts b/build.gradle.kts index 9a9733e8e70..82a5872ee5f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { allprojects { group = "com.bnorm.power" - version = "0.3.0" + version = "0.4.0-SNAPSHOT" } subprojects { diff --git a/kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power/PowerAssertGradleSubplugin.kt b/kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power/PowerAssertGradleSubplugin.kt index 260caeb6789..dda483ad410 100644 --- a/kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power/PowerAssertGradleSubplugin.kt +++ b/kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power/PowerAssertGradleSubplugin.kt @@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin { override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact( groupId = "com.bnorm.power", artifactId = "kotlin-power-assert", - version = "0.3.0" + version = "0.4.0-SNAPSHOT" ) override fun apply(