We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9d5ac8 + 94253f1 commit 5fd890dCopy full SHA for 5fd890d
patchs.gradle
@@ -15,7 +15,7 @@ def versions = [:]
15
versions["182"] = [
16
ideaSDKVersion: "IC-182.2371.4",
17
sinceBuild: "182",
18
- untilBuild: "182.*",
+ untilBuild: "183.*",
19
archiveName: "IntelliJ-EmmyLua",
20
patchs: []
21
]
@@ -59,4 +59,4 @@ ext {
59
getVersionCfg = { shortVer ->
60
return versions[shortVer]
61
}
62
-}
+}
0 commit comments