fix archive name

This commit is contained in:
Nikky Ai 2018-01-27 04:38:04 +01:00
parent 903f6ef4e1
commit c139c3dc17
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
version = "1.0.0"
group = "matterlink" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "CivilEngineering"
archivesBaseName = "MatterLink"
sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
compileJava {