We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2dbde commit 1bebb19Copy full SHA for 1bebb19
build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'idea'
23
apply plugin: 'groovy'
24
apply plugin: 'org.jetbrains.changelog'
25
26
-def phpPluginVersion = System.getProperty("phpPluginVersion", "212.5080.71")
+def phpPluginVersion = System.getProperty("phpPluginVersion", "212.5080.55")
27
def ideaVersion = System.getProperty("ideaVersion", "2021.2.1")
28
def javaVersion = 11
29
0 commit comments