Skip to content

Commit 7a17587

Browse files
committed
#192: Remove bad information
Remove information on compatability with Java 25 when building without tests.
1 parent b5a8ef8 commit 7a17587

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

BUILD.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ The following instructions explain how to build KeepTime from sources.
88
* 17 ✅
99
* 21 ✅
1010
* 23 ✅
11-
* 25 ❗ (Compatible for building without test)
11+
* 25 ❗
1212
* Maven
1313

1414
Amazon Corretto JDK has JavaFx Bundled.
1515
For other JDKs you may have to install JavaFx separately.
1616

17-
The Mockito mocking library version in use for tests is not compatible with Java 25.
18-
If you trust us and you don't need to run test but you just want to build from the stable `main` branch, Java 25 is supported.
17+
The Mockito mocking library version in use for tests is not compatible with Java 25.
1918

2019
## Build Commands
2120

0 commit comments

Comments
 (0)