Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Removed Body
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption committed Aug 22, 2019
1 parent 69d5403 commit daa22c7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,6 @@ githubRelease {
owner "MagmaFoundation"
repo "Magma"
releaseName "Magma Dev " + versioning.info.branch + "-" + versioning.info.build
body {
"""\
## Setup Info
Don't forget to download [Minecraft Server 1.12.2](https://launcher.mojang.com/mc/game/1.12.2/server/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar)
(Rename it to `minecraft_server.1.12.2.jar`)
${(changelog().call().readLines().stream().map { "- $it" }.collect(Collectors.joining('\n', '## Changelog\n', '')))}
"""
}
prerelease true
draft true
releaseAssets = [
Expand Down

0 comments on commit daa22c7

Please sign in to comment.