Update the build.gradle script to ship the new license and stop shipping the old licenses.
This commit is contained in:
parent
c8d775c865
commit
01bf6f59eb
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue