Formatted the code - Release state for Blood Magic 1.8.9-2.0.0-1

This commit is contained in:
WayofTime 2016-01-02 17:56:37 -05:00
parent d1ff8c6d4f
commit 71421b7d88
38 changed files with 223 additions and 208 deletions

View file

@ -18,14 +18,14 @@ plugins {
apply plugin: 'maven-publish'
def build_number = 'CUSTOM'
def build_number = '1'
if (System.getenv('BUILD_NUMBER') != null)
build_number = System.getenv('BUILD_NUMBER')
group = package_group
archivesBaseName = mod_name
version = "${mc_version}-${mod_version}-${build_number}-ss"
version = "${mc_version}-${mod_version}-${build_number}"
import org.ajoberstar.grgit.*
@ -153,7 +153,7 @@ curseforge {
project {
id = "${curse_id}"
changelog = project.hasProperty('changelog') ? project.changelog : ''
releaseType = 'alpha'
releaseType = 'beta'
addArtifact javadocJar
addArtifact sourceJar