Fix MDK task - it now runs.

This commit is contained in:
cpw 2015-08-13 23:07:17 -07:00
parent eecc691cdf
commit fc045f210d

View file

@ -178,8 +178,9 @@ task makeMdk(type: Zip) {
from 'Paulscode SoundSystem CodecIBXM License.txt' from 'Paulscode SoundSystem CodecIBXM License.txt'
from 'LICENSE-fml.txt' from 'LICENSE-fml.txt'
from changelog.output from changelog.output
} }
tasks.build.dependsOn madeMdk tasks.build.dependsOn makeMdk
// launch4j // launch4j
@ -200,7 +201,7 @@ tasks.build.dependsOn 'launch4j'
artifacts { artifacts {
archives changelog.output archives changelog.output
archives file("build/distributions/${project.name}-${project.version}-installer-win.exe") archives file("build/distributions/${project.name}-${project.version}-installer-win.exe")
archives makdeMdk.output archives makeMdk
} }
uploadArchives { uploadArchives {