File tree Expand file tree Collapse file tree 6 files changed +0
-7
lines changed
mccoroutine-bukkit-sample
mccoroutine-bungeecord-sample
mccoroutine-minestom-sample
mccoroutine-sponge-sample
mccoroutine-velocity-sample Expand file tree Collapse file tree 6 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ publishing {
1313tasks.withType<ShadowJar > {
1414 dependsOn(" jar" )
1515 archiveClassifier.set(" shadowJar" )
16- archiveFileName.set(" ${archiveBaseName.get()} -${archiveVersion.get()} .${archiveExtension.get()} " )
17-
1816 // Change the output folder of the plugin.
1917 // destinationDir = File("C:\\temp\\plugins\\")
2018}
Original file line number Diff line number Diff line change 1919tasks.withType<ShadowJar > {
2020 dependsOn(" jar" )
2121 archiveClassifier.set(" shadowJar" )
22- archiveFileName.set(" ${archiveBaseName.get()} -${archiveVersion.get()} .${archiveExtension.get()} " )
2322
2423 // Change the output folder of the plugin.
2524 // destinationDir = File("C:\\temp\\BungeeCord\\plugins")
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ tasks.withType<KotlinCompile>().configureEach {
2626tasks.withType<ShadowJar > {
2727 dependsOn(" jar" )
2828 archiveClassifier.set(" shadowJar" )
29- archiveFileName.set(" ${archiveBaseName.get()} -${archiveVersion.get()} .${archiveExtension.get()} " )
3029
3130 // Change the output folder of the plugin.
3231 // destinationDir = File("C:\\temp\\Folia\\plugins")
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ tasks.withType<Jar> {
4545tasks.withType<ShadowJar > {
4646 dependsOn(" jar" )
4747 archiveClassifier.set(" shadowJar" )
48- archiveFileName.set(" ${archiveBaseName.get()} -${archiveVersion.get()} .${archiveExtension.get()} " )
4948
5049 // Change the output folder of the plugin.
5150 // destinationDirectory.set(File("C:\\temp\\minestom"))
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ publishing {
1313tasks.withType<ShadowJar > {
1414 dependsOn(" jar" )
1515 archiveClassifier.set(" shadowJar" )
16- archiveFileName.set(" ${archiveBaseName.get()} -${archiveVersion.get()} .${archiveExtension.get()} " )
1716
1817 // Change the output folder of the plugin.
1918 // destinationDir = File("C:\\temp\\Sponge\\Sponge-2825-7.1.6\\mods")
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ tasks.withType<KotlinCompile>().configureEach {
2727tasks.shadowJar {
2828 dependsOn(" jar" )
2929 archiveClassifier.set(" shadowJar" )
30- archiveFileName.set(" ${archiveBaseName.get()} -${archiveVersion.get()} .${archiveExtension.get()} " )
3130
3231 // Change the output folder of the plugin.
3332 // destinationDirectory = file("C:\\temp\\Velocity\\plugins")
You can’t perform that action at this time.
0 commit comments