Remove the Kotlin version suffix from PluginsDslIT.kt

This commit is contained in:
Sergey Igushkin
2017-10-04 15:57:59 +03:00
parent 769759d6ce
commit a2df5c38dd
@@ -57,7 +57,7 @@ class PluginsDslIT : BaseGradleIT() {
private const val PLUGIN_MARKER_VERSION_PLACEHOLDER = "<pluginMarkerVersion>"
// Workaround for the restriction that snapshot versions are not supported
private val MARKER_VERSION = KOTLIN_VERSION + (System.getProperty("pluginMarkerVersionSuffix") ?: "-test")
private val MARKER_VERSION = KOTLIN_VERSION + (System.getProperty("pluginMarkerVersionSuffix") ?: "")
}
private fun projectWithMavenLocalPlugins(