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 830b3b0 commit 8be2c91Copy full SHA for 8be2c91
build.gradle
@@ -20,6 +20,9 @@ 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
25
+
26
def phpPluginVersion = System.getProperty("phpPluginVersion", "193.6494.35")
27
def ideaVersion = System.getProperty("ideaVersion", "2019.3.3")
28
def javaVersion = 1.8
0 commit comments