Prepare for release 0.1.0

This commit is contained in:
Brian Norman
2020-02-10 09:06:51 -06:00
parent 77a387f06f
commit 4664cdb577
4 changed files with 10 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
Change Log
==========
## Version 0.1.0
_2020-02-10_
* Initial release
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
allprojects {
group = "com.bnorm.power"
version = "0.1.0-SNAPSHOT"
version = "0.1.0"
}
subprojects {
@@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
groupId = "com.bnorm.power",
artifactId = "kotlin-power-assert",
version = "0.1.0-SNAPSHOT"
version = "0.1.0"
)
override fun apply(
@@ -19,7 +19,6 @@ package com.bnorm.power
import com.tschuchort.compiletesting.KotlinCompilation
import com.tschuchort.compiletesting.SourceFile
import org.intellij.lang.annotations.Language
import org.jetbrains.kotlin.descriptors.FunctionDescriptor
import org.junit.Test
import java.lang.reflect.InvocationTargetException
import kotlin.test.assertEquals