Skip to content

Commit 8be2c91

Browse files
committed
Add the stack trace
1 parent 830b3b0 commit 8be2c91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ apply plugin: 'org.jetbrains.intellij'
2020
apply plugin: 'java'
2121
apply plugin: 'groovy'
2222

23+
import org.gradle.logging.ShowStacktrace
24+
gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS
25+
2326
def phpPluginVersion = System.getProperty("phpPluginVersion", "193.6494.35")
2427
def ideaVersion = System.getProperty("ideaVersion", "2019.3.3")
2528
def javaVersion = 1.8

0 commit comments

Comments
 (0)