Fix the MDK - it gets the license too!
This commit is contained in:
parent
01bf6f59eb
commit
3fbf8c9960
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue