mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-03 09:32:55 +01:00
build: upgrade to shadow build 8.1.1 (#3259)
This commit is contained in:
parent
0e226928ce
commit
0d7a1bc3a8
@ -66,21 +66,12 @@ if ("release" !in gradle.startParameter.taskNames) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||||
`java-library`
|
`java-library`
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
signing
|
signing
|
||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
|
||||||
repositories {
|
|
||||||
gradlePluginPortal()
|
|
||||||
google()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath("gradle.plugin.com.github.johnrengelman:shadow:8.0.0")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
Loading…
Reference in New Issue
Block a user