Bump Gradle Shadow to 7.1.2 (#1831)

This allows compilation with `sourceCompatibility = 17`.
This commit is contained in:
skbeh
2022-11-13 23:40:10 +08:00
committed by GitHub
parent bac14db432
commit fa8a479aac

View File

@@ -28,7 +28,7 @@ buildscript {
}
plugins {
id("com.github.johnrengelman.shadow") version "7.0.0"
id("com.github.johnrengelman.shadow") version "7.1.2"
}
val buildNumber = System.getenv("BUILD_NUMBER")?.toInt().let { number ->