Skip to content

Commit 89fb156

Browse files
committed
Include OSS clearance file in exported mpk
1 parent 372f02b commit 89fb156

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.15'
3+
id 'com.mendix.gradle.publish-module-plugin' version '1.17'
44
id 'net.researchgate.release' version '2.8.1'
55
}
66

@@ -26,6 +26,7 @@ mxMarketplace {
2626
filterWidgets = false
2727
filterRequiredLibs = false
2828
appDirectory = "."
29+
includeFiles = List.of(ossClearanceFile)
2930
versionPathPrefix = "__Version " // the path prefix within the module to the version folder
3031
}
3132

environment.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ def mxInstallVersion = System.getenv('MODELER_VERSION') ?: System.getenv('MX_INS
66

77
project.ext.mxInstallPath = "${mxPath}/${mxInstallVersion}"
88
project.ext.mxRuntimeBundles = new File("${mxInstallPath}/runtime/bundles")
9+
project.ext.ossClearanceFile = file("SiemensMendixOQL__3.0.0__READMEOSS_2025-03-14__11-29-46.html")

0 commit comments

Comments
 (0)