Skip to content

Commit 3e3d620

Browse files
committed
ci: use new modelix build-tools maven artifact
doc: fix small bugs such as missing `
1 parent 62caaeb commit 3e3d620

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/global/modules/core/pages/howto/usage-light-model-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= How-To use the `light-model-client
1+
= How-To use the `light-model-client`
22
:navtitle: Use the `light-model-client`
33

44

docs/global/modules/core/pages/howto/usage-model-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NOTE: If you are interested in a more practical usage of what is presented here,
99
+
1010
[source,bash]
1111
--
12-
[modelix.core] $ ./gradlew model-server:run'
12+
[modelix.core] $ ./gradlew model-server:run
1313
--
1414
1515
- To specify a different jdbc configuration, you can add the `-jdbcconf` arguement:

metamodel-export-mps/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.modelix.gradle.mpsbuild.MPSBuildSettings
22

33
plugins {
44
base
5-
id("org.modelix.mpsbuild") version "1.0.10"
5+
id("org.modelix.mps.build-tools") version "1.0.11"
66
}
77

88
val generatorLibs by configurations.creating

0 commit comments

Comments
 (0)