Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 5832fe5

Browse files
authored
Specify minimum required Java version. (#33)
1 parent c7d767e commit 5832fe5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ Nativeql inventoryNativeql;
116116
Our extension recognizes reflective classes and resources,
117117
and includes them into your native image without additional configurations.
118118

119+
## Supported Java version
120+
121+
Quarkus supports Java 8 or Java 11+
122+
but Quarkus Extension for Doma requires Java 11+.
123+
119124
## How to use
120125

121126
### Gradle

0 commit comments

Comments
 (0)