Prepare next development version

This commit is contained in:
Brian Norman
2020-03-07 12:49:35 -06:00
parent b81d0a7542
commit 8fe3f112d1
3 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -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<com.bnorm.power.PowerAssertGradleExtension> {
## 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 {
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
allprojects {
group = "com.bnorm.power"
version = "0.3.0"
version = "0.4.0-SNAPSHOT"
}
subprojects {
@@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
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(