File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ function build() {
2020
2121 if pmd_ci_utils_is_fork_or_pull_request; then
2222 pmd_ci_log_group_start " Build with mvnw"
23- Xvfb :99
24- DISPLAY=:99 ./mvnw clean verify --activate-profiles shading --show-version --errors --batch-mode --no-transfer-progress
23+ ./mvnw clean verify --activate-profiles shading --show-version --errors --batch-mode --no-transfer-progress
2524 pmd_ci_log_group_end
2625 exit 0
2726 fi
Original file line number Diff line number Diff line change 5555
5656 <properties >
5757 <pmd .core.version>6.27.0</pmd .core.version>
58- <openjfx .version>14 .0.2.1 </openjfx .version>
58+ <openjfx .version>11 .0.2</openjfx .version>
5959 <java .version>8</java .version>
6060 <kotlin .version>1.7.0</kotlin .version>
6161 <kotest .version>4.4.3</kotest .version>
You can’t perform that action at this time.
0 commit comments