Skip to content

Commit 0ff8cb5

Browse files
committed
Do not include widgets in mpk
1 parent 223c6f5 commit 0ff8cb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'com.mendix.gradle.publish-module-plugin' version '1.13'
3+
id 'com.mendix.gradle.publish-module-plugin' version '1.15'
44
id 'net.researchgate.release' version '2.8.1'
55
}
66

@@ -14,6 +14,7 @@ mxMarketplace {
1414
moduleLicense = "Apache V2"
1515
appNumber = 138
1616
appName = "Audittrail"
17+
filterWidgets = true
1718
appDirectory = "."
1819
versionPathPrefix = "__Version " // the path prefix within the module to the version folder
1920
}

0 commit comments

Comments
 (0)