Skip to content

Commit 79b4c97

Browse files
committed
Make the minimum Java version 8
1 parent 8381dde commit 79b4c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<properties>
4848
<openmrsPlatformVersion>2.7.3</openmrsPlatformVersion>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
50-
<javaCompilerVersion>21</javaCompilerVersion>
50+
<javaCompilerVersion>8</javaCompilerVersion>
5151
</properties>
5252

5353
<dependencyManagement>

0 commit comments

Comments
 (0)