Prepare next development version
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "com.bnorm.power"
|
group = "com.bnorm.power"
|
||||||
version = "0.5.0"
|
version = "0.6.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|||||||
+2
-2
@@ -35,13 +35,13 @@ class PowerAssertGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
|||||||
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
|
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
|
||||||
groupId = "com.bnorm.power",
|
groupId = "com.bnorm.power",
|
||||||
artifactId = "kotlin-power-assert-plugin",
|
artifactId = "kotlin-power-assert-plugin",
|
||||||
version = "0.5.0"
|
version = "0.6.0-SNAPSHOT"
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun getPluginArtifactForNative(): SubpluginArtifact = SubpluginArtifact(
|
override fun getPluginArtifactForNative(): SubpluginArtifact = SubpluginArtifact(
|
||||||
groupId = "com.bnorm.power",
|
groupId = "com.bnorm.power",
|
||||||
artifactId = "kotlin-power-assert-plugin-native",
|
artifactId = "kotlin-power-assert-plugin-native",
|
||||||
version = "0.5.0"
|
version = "0.6.0-SNAPSHOT"
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun applyToCompilation(
|
override fun applyToCompilation(
|
||||||
|
|||||||
Reference in New Issue
Block a user