Fix MDK task - it now runs.
This commit is contained in:
parent
eecc691cdf
commit
fc045f210d
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue