Skip to content

Commit 1253248

Browse files
committed
feat: Remove ShadowJar task configuration from build.gradle.kts
1 parent fa5b938 commit 1253248

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

surf-transaction-paper/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2-
import dev.slne.surf.surfapi.gradle.util.registerRequired
3-
41
plugins {
52
id("dev.slne.surf.surfapi.gradle.paper-plugin")
63
}
@@ -17,8 +14,4 @@ surfPaperPluginApi {
1714
foliaSupported(true)
1815

1916
withCloudClientPaper()
20-
}
21-
22-
tasks.withType<ShadowJar> {
23-
destinationDirectory.set(rootProject.file("output"))
2417
}

surf-transaction-server/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2-
31
plugins {
42
id("dev.slne.surf.surfapi.gradle.core")
53
}
@@ -17,8 +15,4 @@ kotlin {
1715
compilerOptions {
1816
optIn.add("dev.slne.surf.transaction.api.util.InternalTransactionApi")
1917
}
20-
}
21-
22-
tasks.withType<ShadowJar> {
23-
destinationDirectory.set(rootProject.file("output"))
2418
}

surf-transaction-velocity/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2-
31
plugins {
42
id("dev.slne.surf.surfapi.gradle.velocity")
53
}
@@ -14,8 +12,4 @@ velocityPluginFile {
1412

1513
dependencies {
1614
api(project(":surf-transaction-core:surf-transaction-core-client"))
17-
}
18-
19-
tasks.withType<ShadowJar> {
20-
destinationDirectory.set(rootProject.file("output"))
2115
}

0 commit comments

Comments
 (0)