Skip to content

Commit bb06c76

Browse files
committed
chore(bulk-model-sync-gradle): remove unused mpsDebugEnabled option
This option was not used at all and also not documented. Therefore, we might find it ok that this is not a breaking change.
1 parent e788d3c commit bb06c76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bulk-model-sync-gradle/src/main/kotlin/org/modelix/model/sync/bulk/gradle/config/ModelSyncGradleSettings.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ data class SyncDirection(
4242
internal val includedModules: Set<String> = mutableSetOf(),
4343
internal val registeredLanguages: Set<ILanguage> = mutableSetOf(),
4444
internal val includedModulePrefixes: Set<String> = mutableSetOf(),
45-
internal var mpsDebugEnabled: Boolean = false,
4645
internal var continueOnError: Boolean = false,
4746
) {
4847
fun fromModelServer(action: Action<ServerSource>) {

0 commit comments

Comments
 (0)