mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-23 01:14:30 +07:00
Force kotlin reflect 1.4.30
Since the mockito upgrade didn't help
This commit is contained in:
parent
5779bdaa4f
commit
e26cae8738
@ -1,6 +1,13 @@
|
||||
import com.unciv.build.BuildConfig.gdxVersion
|
||||
import com.unciv.build.BuildConfig.roboVMVersion
|
||||
|
||||
|
||||
// You'll still get kotlin-reflect-1.3.70.jar in your classpath, but will no longer be used
|
||||
configurations.all { resolutionStrategy {
|
||||
force("org.jetbrains.kotlin:kotlin-reflect:1.4.30")
|
||||
} }
|
||||
|
||||
|
||||
buildscript {
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user