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.
1 parent 8be2c91 commit 0ba45efCopy full SHA for 0ba45ef
build.gradle
@@ -20,8 +20,7 @@ apply plugin: 'org.jetbrains.intellij'
20
apply plugin: 'java'
21
apply plugin: 'groovy'
22
23
-import org.gradle.logging.ShowStacktrace
24
-gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS
+gradle.startParameter.showStacktrace = org.gradle.api.logging.configuration.ShowStacktrace.ALWAYS_FULL
25
26
def phpPluginVersion = System.getProperty("phpPluginVersion", "193.6494.35")
27
def ideaVersion = System.getProperty("ideaVersion", "2019.3.3")
0 commit comments