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

Commit

Permalink
Updated Versions
Browse files Browse the repository at this point in the history
Updated how versioning works now the jar will be called "Magma-e9bd415-server.jar" better then "Magma-git-HEAD-e9bd415-universal.jar"
  • Loading branch information
Hexeption committed Aug 23, 2019
1 parent 01a9492 commit 16ecf65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ apply plugin: 'net.nemerosa.versioning'
apply plugin: "com.github.breadmoirai.github-release"

group 'magmafoundation'
version 'git-' + versioning.info.branch + "-" + versioning.info.build
version versioning.info.build

println(version)

repositories {
clear()
Expand Down Expand Up @@ -172,7 +174,7 @@ build.dependsOn signUniversal
installer.dependsOn signUniversal

outputJar {
classifier = 'universal'
classifier = 'server'

manifest.attributes([
"Implementation-Title": "Magma",
Expand Down

0 comments on commit 16ecf65

Please sign in to comment.