Skip to content

Commit c87e035

Browse files
committed
Include LICENSE.txt file in exported mpk
Make the license a txt
1 parent 89fb156 commit c87e035

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mxMarketplace {
2626
filterWidgets = false
2727
filterRequiredLibs = false
2828
appDirectory = "."
29-
includeFiles = List.of(ossClearanceFile)
29+
includeFiles = List.of(ossClearanceFile, licenseFile)
3030
versionPathPrefix = "__Version " // the path prefix within the module to the version folder
3131
}
3232

environment.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ def mxInstallVersion = System.getenv('MODELER_VERSION') ?: System.getenv('MX_INS
77
project.ext.mxInstallPath = "${mxPath}/${mxInstallVersion}"
88
project.ext.mxRuntimeBundles = new File("${mxInstallPath}/runtime/bundles")
99
project.ext.ossClearanceFile = file("SiemensMendixOQL__3.0.0__READMEOSS_2025-03-14__11-29-46.html")
10+
project.ext.licenseFile = file("LICENSE.txt")

0 commit comments

Comments
 (0)