File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
surf-transaction-velocity Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 1- import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2- import dev.slne.surf.surfapi.gradle.util.registerRequired
3-
41plugins {
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}
Original file line number Diff line number Diff line change 1- import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2-
31plugins {
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}
Original file line number Diff line number Diff line change 1- import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2-
31plugins {
42 id(" dev.slne.surf.surfapi.gradle.velocity" )
53}
@@ -14,8 +12,4 @@ velocityPluginFile {
1412
1513dependencies {
1614 api(project(" :surf-transaction-core:surf-transaction-core-client" ))
17- }
18-
19- tasks.withType<ShadowJar > {
20- destinationDirectory.set(rootProject.file(" output" ))
2115}
You can’t perform that action at this time.
0 commit comments