Remove the Kotlin version suffix from PluginsDslIT.kt
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ class PluginsDslIT : BaseGradleIT() {
|
|||||||
private const val PLUGIN_MARKER_VERSION_PLACEHOLDER = "<pluginMarkerVersion>"
|
private const val PLUGIN_MARKER_VERSION_PLACEHOLDER = "<pluginMarkerVersion>"
|
||||||
|
|
||||||
// Workaround for the restriction that snapshot versions are not supported
|
// 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(
|
private fun projectWithMavenLocalPlugins(
|
||||||
|
|||||||
Reference in New Issue
Block a user