Prepare for release 0.3.1
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
Change Log
|
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
|
## Version 0.3.0
|
||||||
|
|
||||||
_2020-03-07_
|
_2020-03-07_
|
||||||
|
|||||||
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.3.70" apply false
|
kotlin("jvm") version "1.3.70" apply false
|
||||||
id("org.jetbrains.dokka") version "0.10.0" 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 {
|
allprojects {
|
||||||
group = "com.bnorm.power"
|
group = "com.bnorm.power"
|
||||||
version = "0.4.0-SNAPSHOT"
|
version = "0.3.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
|
|||||||
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
|
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
|
||||||
groupId = "com.bnorm.power",
|
groupId = "com.bnorm.power",
|
||||||
artifactId = "kotlin-power-assert",
|
artifactId = "kotlin-power-assert",
|
||||||
version = "0.4.0-SNAPSHOT"
|
version = "0.3.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun apply(
|
override fun apply(
|
||||||
|
|||||||
Reference in New Issue
Block a user