Prepare for release 0.1.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
Change Log
|
||||||
|
==========
|
||||||
|
|
||||||
|
## Version 0.1.0
|
||||||
|
|
||||||
|
_2020-02-10_
|
||||||
|
|
||||||
|
* Initial release
|
||||||
+1
-1
@@ -6,7 +6,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "com.bnorm.power"
|
group = "com.bnorm.power"
|
||||||
version = "0.1.0-SNAPSHOT"
|
version = "0.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
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.1.0-SNAPSHOT"
|
version = "0.1.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun apply(
|
override fun apply(
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ package com.bnorm.power
|
|||||||
import com.tschuchort.compiletesting.KotlinCompilation
|
import com.tschuchort.compiletesting.KotlinCompilation
|
||||||
import com.tschuchort.compiletesting.SourceFile
|
import com.tschuchort.compiletesting.SourceFile
|
||||||
import org.intellij.lang.annotations.Language
|
import org.intellij.lang.annotations.Language
|
||||||
import org.jetbrains.kotlin.descriptors.FunctionDescriptor
|
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.lang.reflect.InvocationTargetException
|
import java.lang.reflect.InvocationTargetException
|
||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
|
|||||||
Reference in New Issue
Block a user