Skip to content

Commit

Permalink
#121 Removed filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
shynixn committed Aug 6, 2024
1 parent 59c4bec commit ea964d3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions mccoroutine-bukkit-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ publishing {
tasks.withType<ShadowJar> {
dependsOn("jar")
archiveClassifier.set("shadowJar")
archiveFileName.set("${archiveBaseName.get()}-${archiveVersion.get()}.${archiveExtension.get()}")

// Change the output folder of the plugin.
// destinationDir = File("C:\\temp\\plugins\\")
}
Expand Down
1 change: 0 additions & 1 deletion mccoroutine-bungeecord-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ java {
tasks.withType<ShadowJar> {
dependsOn("jar")
archiveClassifier.set("shadowJar")
archiveFileName.set("${archiveBaseName.get()}-${archiveVersion.get()}.${archiveExtension.get()}")

// Change the output folder of the plugin.
// destinationDir = File("C:\\temp\\BungeeCord\\plugins")
Expand Down
1 change: 0 additions & 1 deletion mccoroutine-folia-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ tasks.withType<KotlinCompile>().configureEach {
tasks.withType<ShadowJar> {
dependsOn("jar")
archiveClassifier.set("shadowJar")
archiveFileName.set("${archiveBaseName.get()}-${archiveVersion.get()}.${archiveExtension.get()}")

// Change the output folder of the plugin.
// destinationDir = File("C:\\temp\\Folia\\plugins")
Expand Down
1 change: 0 additions & 1 deletion mccoroutine-minestom-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ tasks.withType<Jar> {
tasks.withType<ShadowJar> {
dependsOn("jar")
archiveClassifier.set("shadowJar")
archiveFileName.set("${archiveBaseName.get()}-${archiveVersion.get()}.${archiveExtension.get()}")

// Change the output folder of the plugin.
// destinationDirectory.set(File("C:\\temp\\minestom"))
Expand Down
1 change: 0 additions & 1 deletion mccoroutine-sponge-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ publishing {
tasks.withType<ShadowJar> {
dependsOn("jar")
archiveClassifier.set("shadowJar")
archiveFileName.set("${archiveBaseName.get()}-${archiveVersion.get()}.${archiveExtension.get()}")

// Change the output folder of the plugin.
// destinationDir = File("C:\\temp\\Sponge\\Sponge-2825-7.1.6\\mods")
Expand Down
1 change: 0 additions & 1 deletion mccoroutine-velocity-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ tasks.withType<KotlinCompile>().configureEach {
tasks.shadowJar {
dependsOn("jar")
archiveClassifier.set("shadowJar")
archiveFileName.set("${archiveBaseName.get()}-${archiveVersion.get()}.${archiveExtension.get()}")

// Change the output folder of the plugin.
// destinationDirectory = file("C:\\temp\\Velocity\\plugins")
Expand Down

0 comments on commit ea964d3

Please sign in to comment.