We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d0442 commit 9803151Copy full SHA for 9803151
settings.gradle
@@ -5,3 +5,7 @@ include "axelor-gradle"
5
include "axelor-test"
6
include "axelor-core"
7
include "axelor-web"
8
+
9
+if (JavaVersion.current() != JavaVersion.VERSION_11) {
10
+ throw new GradleException("This build requires JDK-11.")
11
+}
0 commit comments