Skip to content

Commit

Permalink
md忘记提交build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFloodDragon committed Aug 9, 2023
1 parent 080bd39 commit 999b419
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
prerelease: false
title: "FDUtilities 自动构建最新版本"
files: |
outs/*.*
outs/*.*
22 changes: 11 additions & 11 deletions plugin/platform-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

dependencies { implementation(project(":project:runtime-bukkit")) }

tasks {
build {
dependsOn(shadowJar)
}
withType<ShadowJar> {
archiveFileName.set("$rootName-Bukkit-$rootVersion.jar") //输出名称
}
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

dependencies { implementation(project(":project:runtime-bukkit")) }

tasks {
build {
dependsOn(shadowJar)
}
withType<ShadowJar> {
archiveFileName.set("$rootName-Bukkit-$rootVersion.jar") //输出名称
}
}

0 comments on commit 999b419

Please sign in to comment.