mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-11-05 11:56:38 +00:00
build.gradle: Upgrade Shadow plugin to 7.1.2
Upgrade Gradle Shadow Plugin to 7.1.2. This version works with the current Gradle wrapper version (7.6) but also works with Gradle 8.5 and JDK 21 (provided the archiveClassifier PR is also applied)
This commit is contained in:
parent
a436de319a
commit
d04505ad55
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ buildscript {
|
||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'extra-java-module-info'
|
id 'extra-java-module-info'
|
||||||
id 'com.github.johnrengelman.shadow' version '5.2.0'
|
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(AbstractArchiveTask) {
|
tasks.withType(AbstractArchiveTask) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue