We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223c6f5 commit 0ff8cb5Copy full SHA for 0ff8cb5
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'com.mendix.gradle.publish-module-plugin' version '1.13'
+ id 'com.mendix.gradle.publish-module-plugin' version '1.15'
4
id 'net.researchgate.release' version '2.8.1'
5
}
6
@@ -14,6 +14,7 @@ mxMarketplace {
14
moduleLicense = "Apache V2"
15
appNumber = 138
16
appName = "Audittrail"
17
+ filterWidgets = true
18
appDirectory = "."
19
versionPathPrefix = "__Version " // the path prefix within the module to the version folder
20
0 commit comments