Skip to content

Commit 0aa3064

Browse files
committed
fix(mps-sync-plugin): drop support for MPS 2020.3
`SNode.setReference(SReferenceLink, SNodeReference target)` was introduced in MPS 2021.1. Not worth maintaining the compatibility.
1 parent 16c90f3 commit 0aa3064

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/mps-compatibility.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- "2020.3"
2221
- "2021.1"
2322
- "2021.2"
2423
- "2021.3"

mps-sync-plugin3/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262

6363
tasks {
6464
patchPluginXml {
65-
sinceBuild.set("203")
65+
sinceBuild.set("211")
6666
untilBuild.set("241.*")
6767
}
6868

0 commit comments

Comments
 (0)