We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48014c2 commit f47328cCopy full SHA for f47328c
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
plugins {
4
kotlin("jvm") version "1.4.10"
5
application
6
- id("com.github.johnrengelman.shadow") version "6.1.0"
+ id("com.gradleup.shadow") version "6.1.0"
7
}
8
9
group = "com.emilburzo.nest"
@@ -41,7 +41,7 @@ java {
41
42
43
tasks {
44
- named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
+ named<com.gradleup.shadow.tasks.ShadowJar>("shadowJar") {
45
archiveBaseName.set("nest-rest")
46
mergeServiceFiles()
47
manifest {
0 commit comments