Trying to fix the MDK to include gradle wrapper, but the gradle-wrapper.jar is
corrupted. @AbrarSyed can you take a look?
This commit is contained in:
parent
91927e6bc7
commit
9a0a00c7a4
1 changed files with 5 additions and 1 deletions
|
@ -166,6 +166,11 @@ task makeMdk(type: Zip) {
|
||||||
version = project.version
|
version = project.version
|
||||||
destinationDir = file('build/distributions')
|
destinationDir = file('build/distributions')
|
||||||
|
|
||||||
|
from 'gradlew'
|
||||||
|
from 'gradlew.bat'
|
||||||
|
into ('gradle') {
|
||||||
|
from 'gradle'
|
||||||
|
}
|
||||||
from 'mdk'
|
from 'mdk'
|
||||||
filter(ReplaceTokens, tokens: [
|
filter(ReplaceTokens, tokens: [
|
||||||
VERSION: project.version,
|
VERSION: project.version,
|
||||||
|
@ -178,7 +183,6 @@ 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 makeMdk
|
tasks.build.dependsOn makeMdk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue