Skip to content

Commit c26b3c1

Browse files
committed
Revert to building with JavaFX 11.0.2
1 parent a07c51d commit c26b3c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.ci/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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>

0 commit comments

Comments
 (0)