Fix the MDK - it gets the license too!

This commit is contained in:
cpw 2016-06-23 00:07:24 -04:00
parent 01bf6f59eb
commit 3fbf8c9960
1 changed files with 1 additions and 2 deletions

View File

@ -184,11 +184,10 @@ task makeMdk(type: Zip) {
exclude 'eclipse'
rename 'gitignore\\.txt', '.gitignore'
from 'MinecraftForge-Credits.txt'
from 'MinecraftForge-License.txt'
from 'LICENSE-new.txt'
from 'Paulscode IBXM Library License.txt'
from 'Paulscode SoundSystem CodecIBXM License.txt'
from 'CREDITS-fml.txt'
from 'LICENSE-fml.txt'
}
}
tasks.build.dependsOn makeMdk