Edited Base Archive Name
This commit is contained in:
parent
d6952d89eb
commit
11e259369f
|
|
@ -15,9 +15,9 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
version = "${minecraft_version}-${version}"
|
version = "${version}"
|
||||||
group = "tschipp.carryon"
|
group = "tschipp.carryon"
|
||||||
archivesBaseName = "carryon"
|
archivesBaseName = "carryon-${minecraft_version}"
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = '1.8'
|
sourceCompatibility = targetCompatibility = '1.8'
|
||||||
compileJava {
|
compileJava {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user