File tree Expand file tree Collapse file tree
mobile/android/gradle/wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424plugins {
2525 id ' application'
2626 id " org.jetbrains.kotlin.jvm"
27- id " com.github.johnrengelman. shadow" version " 7.1.2 "
27+ id " com.gradleup. shadow" version " 8.3.6 "
2828 id " com.google.cloud.tools.jib" version " 3.4.5"
2929}
3030
@@ -39,8 +39,8 @@ dependencies {
3939 implementation project(' :crawlers:dev-feed-crawlers-cli' )
4040}
4141
42- shadowJar {
43- classifier = ' executable-jar'
42+ tasks . named( ' shadowJar' , com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar ) {
43+ archiveClassifier = ' executable-jar'
4444}
4545
4646tasks. withType(AbstractArchiveTask ) {
Original file line number Diff line number Diff line change 2424plugins {
2525 id ' application'
2626 id " org.jetbrains.kotlin.jvm"
27- id " com.github.johnrengelman. shadow" version " 7.1.2 "
27+ id " com.gradleup. shadow" version " 8.3.6 "
2828 id " com.google.cloud.tools.jib" version " 3.4.5"
2929}
3030
@@ -39,8 +39,8 @@ dependencies {
3939 implementation project(' :crawlers:dev-feed-crawlers-cli' )
4040}
4141
42- shadowJar {
43- classifier = ' executable-jar'
42+ tasks . named( ' shadowJar' , com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar ) {
43+ archiveClassifier = ' executable-jar'
4444}
4545
4646tasks. withType(AbstractArchiveTask ) {
Original file line number Diff line number Diff line change 2424plugins {
2525 id ' application'
2626 id " org.jetbrains.kotlin.jvm"
27- id " com.github.johnrengelman. shadow" version " 7.1.2 "
27+ id " com.gradleup. shadow" version " 8.3.6 "
2828 id " com.google.cloud.tools.jib" version " 3.4.5"
2929}
3030
@@ -39,8 +39,8 @@ dependencies {
3939 implementation project(' :crawlers:dev-feed-crawlers-cli' )
4040}
4141
42- shadowJar {
43- classifier = ' executable-jar'
42+ tasks . named( ' shadowJar' , com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar ) {
43+ archiveClassifier = ' executable-jar'
4444}
4545
4646tasks. withType(AbstractArchiveTask ) {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments