Skip to content

Commit b9ad8c4

Browse files
authored
chore: update minimum java version to java 8 (#1281)
1 parent c5026b3 commit b9ad8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/languages/java.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
\\* the License.
6060
\\*/
6161
"""
62-
DEFAULT_MIN_SUPPORTED_JAVA_VERSION = 7
62+
DEFAULT_MIN_SUPPORTED_JAVA_VERSION = 8
6363

6464

6565
def format_code(

0 commit comments

Comments
 (0)