From 45e96b948a05a38d006908d8d4ed3fd1e1ca5fe7 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Mon, 31 Jan 2022 14:27:30 +0200 Subject: [PATCH] Gradle build tools upgrade (#6084) Upgrading to 7.1 gives us the fun java.lang.NoSuchMethodError: 'void org.apache.commons.compress.archivers.zip.ZipFile.(java.nio.channels.SeekableByteChannel) error so let's not --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d14e8f9371..b3b7327565 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ buildscript { dependencies { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${com.unciv.build.BuildConfig.kotlinVersion}") classpath("de.richsource.gradle.plugins:gwt-gradle-plugin:0.6") - classpath("com.android.tools.build:gradle:7.0.2") + classpath("com.android.tools.build:gradle:7.0.4") classpath("com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1") // This is for wrapping the .jar file into a standalone executable