File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
plugins/core/src/main/kotlin/de/fayard/refreshVersions/core Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ private fun setupPluginsVersionsResolution(
140
140
}
141
141
val pluginNamespace = requested.id.namespace ? : " "
142
142
val versionKey = when {
143
- pluginNamespace.startsWith(" org.jetbrains.kotlin. " ) -> " version.kotlin"
143
+ pluginNamespace.startsWith(" org.jetbrains.kotlin" ) -> " version.kotlin"
144
144
pluginNamespace.startsWith(" com.android." ) -> " plugin.android"
145
145
else -> " plugin.$pluginId "
146
146
}
Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ version.kotest=4.1.3
76
76
# # # available=4.5.0
77
77
# # # available=4.6.0
78
78
79
- # TODO: investigate why included build needs THIS? on linux
80
- plugin.org.jetbrains.kotlin.jvm =version.kotlin
81
-
82
79
version.kotlin =1.4.32
83
80
# # # available=1.5.0-M1
84
81
# # # available=1.5.0-M2
You can’t perform that action at this time.
0 commit comments