Fix FML's package for net.miencraftforge on maven. Fixes uploading of new builds.
Note: 1.7.10 builds are bug fixes only while FML/Forge for 1.8 stabelizes.
This commit is contained in:
parent
471c9c5fd5
commit
97bdcc7991
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ minecraft {
|
|||
installerVersion = "1.4"
|
||||
}
|
||||
|
||||
group = 'cpw.mods'
|
||||
group = 'net.minecraftforge'
|
||||
version = getVersionFromGit(getProject())
|
||||
|
||||
jenkins {
|
||||
|
|
Loading…
Reference in a new issue