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 11Change Log
22==========
33
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+
411## Version 0.3.0
512
613_ 2020-03-07_
Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" jvm" ) version " 1.3.70" apply false
33 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
55}
66
77allprojects {
88 group = " com.bnorm.power"
9- version = " 0.4.0-SNAPSHOT "
9+ version = " 0.3.1 "
1010}
1111
1212subprojects {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
3737 override fun getPluginArtifact (): SubpluginArtifact = SubpluginArtifact (
3838 groupId = " com.bnorm.power" ,
3939 artifactId = " kotlin-power-assert" ,
40- version = " 0.4.0-SNAPSHOT "
40+ version = " 0.3.1 "
4141 )
4242
4343 override fun apply (
You can’t perform that action at this time.
0 commit comments