Update the build.gradle script to ship the new license and stop shipping the old licenses.

This commit is contained in:
cpw 2016-06-23 00:02:42 -04:00
parent c8d775c865
commit 01bf6f59eb

View file

@ -107,10 +107,9 @@ task crowdin(type: CrowdinDownload) {
def extraTxts = [ def extraTxts = [
changelog, // yeah we can do thi, because gradle and groovy are awesome changelog, // yeah we can do thi, because gradle and groovy are awesome
"LICENSE-fml.txt",
"CREDITS-fml.txt", "CREDITS-fml.txt",
"LICENSE-new.txt",
"MinecraftForge-Credits.txt", "MinecraftForge-Credits.txt",
"MinecraftForge-License.txt",
"Paulscode SoundSystem CodecIBXM License.txt", "Paulscode SoundSystem CodecIBXM License.txt",
"Paulscode IBXM Library License.txt" "Paulscode IBXM Library License.txt"
] ]