File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
subprojects/mps-gradle-plugin Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,22 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## 2.0.0-pre3
99
10+ ### Added
11+
12+ - ` MpsBuild.mpsProjectDirectory ` property to support multiple MPS projects in a single Gradle project.
13+ - ` MainBuild.published ` property to control whether a build's artifacts are included in the published package.
14+ - ` RunAnt ` : pass additional path properties to Ant by default: ` mps.home ` , ` build.jna.library.path ` ,
15+ ` build.mps.config.path ` , and ` build.mps.system.path ` . The latter two properties are overridden to improve task
16+ isolation.
17+
1018### Changed
1119
20+ - Task properties in MpsBuild classes replaced with task name getters:
1221- ` MpsBuild.buildProjectName ` removed, its value will be derived from ` MpsBuild.buildArtifactsDirectory ` which is now
1322 required.
1423
1524 The rationale for this change is that the artifacts directory is more important for the functionality of the plugin.
16- Also, users did not quite understand what to provide for 'build project name', probably because it was unexpected.
25+ Also, users did not quite understand what to provide for 'build project name,' probably because it was unexpected.
1726
1827## 2.0.0-pre2
1928
You can’t perform that action at this time.
0 commit comments