This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## Version 0.3.1
5
+
6
+ _ 2020-05-25_
7
+
8
+ * Fix: Do not include wrapper class for top-level function in Gradle plugin
9
+ default function.
10
+
4
11
## Version 0.3.0
5
12
6
13
_ 2020-03-07_
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" jvm" ) version " 1.3.70" apply false
3
3
id(" org.jetbrains.dokka" ) version " 0.10.0" apply false
4
- id(" com.gradle.plugin-publish" ) version " 0.10.1 " apply false
4
+ id(" com.gradle.plugin-publish" ) version " 0.11.0 " apply false
5
5
}
6
6
7
7
allprojects {
8
8
group = " com.bnorm.power"
9
- version = " 0.4.0-SNAPSHOT "
9
+ version = " 0.3.1 "
10
10
}
11
11
12
12
subprojects {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
37
37
override fun getPluginArtifact (): SubpluginArtifact = SubpluginArtifact (
38
38
groupId = " com.bnorm.power" ,
39
39
artifactId = " kotlin-power-assert" ,
40
- version = " 0.4.0-SNAPSHOT "
40
+ version = " 0.3.1 "
41
41
)
42
42
43
43
override fun apply (
You can’t perform that action at this time.
0 commit comments