weird issue caused by refreshVersions: <https://sc...
# refreshversions
n
weird issue caused by refreshVersions: https://scans.gradle.com/s/k4cml4unkop5w/failure#1 but only on github actions, cannot reproduce that locally the project is also quite weird so its possible there is some weirdness going on but since its small enough and does not need updates often i removed refreshVersions
j
plugin dependency must include a version number for this source
Copy code
plugins { 
  id("org.jetbrains.kotlin.jvm") version "1.4.0"
}
version.kotlin=1.4.0
in
versions.properties
?
n
it is there as mentioned it works on my machine locally .. but not for other devs and not on github actions the project is minecraft modding related .. so it does some weird things with remapping and decompiling dependencies and adds some possibly unexpected configurations i will blame it breaking on that but i still don't understand.. i even tried wiping all caches on my machine to trigger the issue, but no luck either..