Skip to content

Commit f83ef63

Browse files
committed
chore(bulk-model-sync-solution): fix inconsistent notation
1 parent 7850727 commit f83ef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bulk-model-sync-solution/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group = "org.modelix.mps"
1010
val generatorLibs: Configuration by configurations.creating
1111

1212
dependencies {
13-
"generatorLibs"(project(":bulk-model-sync-lib"))
13+
generatorLibs(project(":bulk-model-sync-lib"))
1414
generatorLibs(project(":mps-model-adapters"))
1515
}
1616

0 commit comments

Comments
 (0)