Prepare for release 0.3.1
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 0.3.1
|
||||
|
||||
_2020-05-25_
|
||||
|
||||
* Fix: Do not include wrapper class for top-level function in Gradle plugin
|
||||
default function.
|
||||
|
||||
## Version 0.3.0
|
||||
|
||||
_2020-03-07_
|
||||
|
||||
+2
-2
@@ -1,12 +1,12 @@
|
||||
plugins {
|
||||
kotlin("jvm") version "1.3.70" apply false
|
||||
id("org.jetbrains.dokka") version "0.10.0" apply false
|
||||
id("com.gradle.plugin-publish") version "0.10.1" apply false
|
||||
id("com.gradle.plugin-publish") version "0.11.0" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group = "com.bnorm.power"
|
||||
version = "0.4.0-SNAPSHOT"
|
||||
version = "0.3.1"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
|
||||
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
|
||||
groupId = "com.bnorm.power",
|
||||
artifactId = "kotlin-power-assert",
|
||||
version = "0.4.0-SNAPSHOT"
|
||||
version = "0.3.1"
|
||||
)
|
||||
|
||||
override fun apply(
|
||||
|
||||
Reference in New Issue
Block a user