Skip to content

Commit 0ba45ef

Browse files
committed
Enable the stacktrace for builds
1 parent 8be2c91 commit 0ba45ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ 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
23+
gradle.startParameter.showStacktrace = org.gradle.api.logging.configuration.ShowStacktrace.ALWAYS_FULL
2524

2625
def phpPluginVersion = System.getProperty("phpPluginVersion", "193.6494.35")
2726
def ideaVersion = System.getProperty("ideaVersion", "2019.3.3")

0 commit comments

Comments
 (0)