Skip to content

Commit ec785b3

Browse files
authored
Merge pull request #6 from mendix/add-oss-clearance-document
[DAT-4052] Add OSS clearance document
2 parents ac36e20 + c87e035 commit ec785b3

4 files changed

Lines changed: 167 additions & 1 deletion

File tree

File renamed without changes.

SiemensMendixOQL__3.0.0__READMEOSS_2025-03-14__11-29-46.html

Lines changed: 163 additions & 0 deletions
Large diffs are not rendered by default.

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, licenseFile)
2930
versionPathPrefix = "__Version " // the path prefix within the module to the version folder
3031
}
3132

environment.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ 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")
10+
project.ext.licenseFile = file("LICENSE.txt")

0 commit comments

Comments
 (0)