mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-02 17:12: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 {
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
`java-library`
|
||||
`maven-publish`
|
||||
signing
|
||||
}
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath("gradle.plugin.com.github.johnrengelman:shadow:8.0.0")
|
||||
}
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
Loading…
Reference in New Issue
Block a user