File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ jobs:
151
151
152
152
# Run Verify Plugin task and IntelliJ Plugin Verifier tool
153
153
- name : Run Plugin Verification tasks
154
+ env :
155
+ JAVA_TOOL_OPTIONS : -Dlogback.configurationFile=${{ github.workspace }}/intellij-plugin/logback.xml
154
156
run : ./gradlew :intellij-plugin:verifyPlugin -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
155
157
156
158
# Collect Plugin Verifier Result
Original file line number Diff line number Diff line change
1
+ <configuration >
2
+
3
+ <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
4
+ <encoder >
5
+ <pattern >%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} -%kvp- %msg%n</pattern >
6
+ </encoder >
7
+ </appender >
8
+
9
+ <root level =" DEBUG" >
10
+ <appender-ref ref =" STDOUT" />
11
+ </root >
12
+
13
+ </configuration >
You can’t perform that action at this time.
0 commit comments