Skip to content

Commit 5f5d559

Browse files
build: include com.mbeddr.platform.build in migrations
1 parent b477ada commit 5f5d559

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project version="4">
33
<component name="VcsDirectoryMappings">
4-
<mapping directory="$mbeddr.github.core.home$" vcs="Git" />
4+
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
55
</component>
66
</project>

subprojects/com.mbeddr/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ tasks.register('printRepositories') {
185185
}
186186

187187
List<String> projectsInDependencyOrder = [
188+
'com.mbeddr.platform.build',
188189
'com.mbeddr.mpsutil',
189190
// 'com.mbeddr.doc',
190191
// 'com.mbeddr.doc.aspect',

0 commit comments

Comments
 (0)