Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Audit trail.mpr
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.mendix.gradle.publish-module-plugin' version '1.17'
id 'com.mendix.gradle.publish-module-plugin' version '1.23'
id 'net.researchgate.release' version '2.8.1'
}

Expand All @@ -16,7 +16,7 @@ mxMarketplace {
appName = "Audittrail"
filterWidgets = true
appDirectory = "."
includeFiles = List.of(ossClearanceFile)
includeFiles = List.of(ossClearanceFile, licenseFile)
versionPathPrefix = "__Version " // the path prefix within the module to the version folder
}

Expand Down
1 change: 1 addition & 0 deletions environment.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ def mxInstallVersion = System.getenv('MODELER_VERSION') ?: System.getenv('MX_INS
project.ext.mxInstallPath = "${mxPath}/${mxInstallVersion}"
project.ext.mxRuntimeBundles = new File("${mxInstallPath}/runtime/bundles")
project.ext.ossClearanceFile = file("SiemensMendixAudittrail__10.2.0__READMEOSS.html")
project.ext.licenseFile = file("LICENSE.txt")
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=10.2.0
version=10.2.1
1 change: 1 addition & 0 deletions marketplace/release-notes/10.2.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We added the LICENSE.txt file which was missing in previous releases.