This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## Version 0.4.0
5
+
6
+ _ 2020-08-21_
7
+
8
+ * Support Kotlin 1.4.0.
9
+
4
10
## Version 0.3.1
5
11
6
12
_ 2020-05-25_
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Builds of the Gradle plugin are available through the
75
75
``` kotlin
76
76
plugins {
77
77
kotlin(" jvm" ) version " 1.3.70"
78
- id(" com.bnorm.power.kotlin-power-assert" ) version " 0.3 .0"
78
+ id(" com.bnorm.power.kotlin-power-assert" ) version " 0.4 .0"
79
79
}
80
80
```
81
81
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
7
7
allprojects {
8
8
group = " com.bnorm.power"
9
- version = " 0.4.0-SNAPSHOT "
9
+ version = " 0.4.0"
10
10
}
11
11
12
12
subprojects {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class PowerAssertGradlePlugin : KotlinCompilerPluginSupportPlugin {
35
35
override fun getPluginArtifact (): SubpluginArtifact = SubpluginArtifact (
36
36
groupId = " com.bnorm.power" ,
37
37
artifactId = " kotlin-power-assert" ,
38
- version = " 0.4.0-SNAPSHOT "
38
+ version = " 0.4.0"
39
39
)
40
40
41
41
override fun applyToCompilation (
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
dependencies {
3
- classpath(" gradle.plugin.com.bnorm.power:kotlin-power-assert-gradle:0.3 .0" )
3
+ classpath(" gradle.plugin.com.bnorm.power:kotlin-power-assert-gradle:0.4 .0" )
4
4
}
5
5
}
6
6
You can’t perform that action at this time.
0 commit comments