Skip to content

Commit

Permalink
Add new JetBrains release
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed May 21, 2024
1 parent d7fe771 commit aa0e15d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ intellij {
// From here, refactor code for compatibility / deprecated code usage
//type.set("IC"); version.set("2023.2.6"); plugins.addAll("com.intellij.java", "PsiViewer:232.2")
//type.set("IC"); version.set("2023.3.6"); plugins.addAll("com.intellij.java", "PsiViewer:233.2")
//type.set("IC"); version.set("2024.1.1"); plugins.addAll("com.intellij.java", "PsiViewer:241-SNAPSHOT")
// EAP
//type.set("IC"); version.set("2024.1"); plugins.addAll("com.intellij.java", "PsiViewer:241-SNAPSHOT")
//type.set("IC"); version.set("2024.2"); plugins.addAll("com.intellij.java", "PsiViewer:242-SNAPSHOT")

//type.set("PC"); version.set("2022.3.3"); plugins.addAll("PythonCore", "PsiViewer:2022.3")
//type.set("PC"); version.set("2023.1.5"); plugins.addAll("PythonCore", "PsiViewer:231-SNAPSHOT")
Expand Down
2 changes: 1 addition & 1 deletion jetbrains.lastBuild.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Highest released build number for IntelliJ IDEA Ultimate / Community edition and PyCharm Professional / PyCharm Community edition
241
242

0 comments on commit aa0e15d

Please sign in to comment.