mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-04 00:59:41 +07:00
Docker build doesn't like linking version numbers of plugins
This commit is contained in:
@ -31,8 +31,10 @@ kotlin {
|
|||||||
// Plugins used for serialization of JSON for networking
|
// Plugins used for serialization of JSON for networking
|
||||||
plugins {
|
plugins {
|
||||||
id("io.gitlab.arturbosch.detekt").version("1.23.0-RC3")
|
id("io.gitlab.arturbosch.detekt").version("1.23.0-RC3")
|
||||||
kotlin("multiplatform") version com.unciv.build.BuildConfig.kotlinVersion
|
// For some weird reason, the *docker build* fails to recognize linking to the shared kotlinVersion in plugins
|
||||||
kotlin("plugin.serialization") version com.unciv.build.BuildConfig.kotlinVersion
|
// This is *with* gradle 8.2 downloaded according the project specs, no idea what that's about
|
||||||
|
kotlin("multiplatform") version "1.9.24"
|
||||||
|
kotlin("plugin.serialization") version "1.9.24"
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
Reference in New Issue
Block a user