Added gradle build file
This commit is contained in:
parent
98fc5dab6f
commit
8acf77c143
1 changed files with 14 additions and 0 deletions
14
build.gradle
Normal file
14
build.gradle
Normal file
|
@ -0,0 +1,14 @@
|
|||
task oxt(type: Zip) {
|
||||
from './'
|
||||
include '*'
|
||||
include '*/*'
|
||||
include '*/*/*'
|
||||
include '*/*/*/*'
|
||||
exclude 'cleanAndValidate.oxt'
|
||||
exclude '.*'
|
||||
exclude 'build.gradle'
|
||||
exclude 'translations.ods'
|
||||
exclude 'cleanandvalidate.update.xml'
|
||||
exclude 'cleanAndValidate.ox2'
|
||||
archiveName 'cleanAndValidate.oxt'
|
||||
}
|
Loading…
Add table
Reference in a new issue