8000 higher java compatibility version for builds · SylApps/idea-php-symfony2-plugin@cb0d874 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb0d874

Browse files
committed
higher java compatibility version for builds
1 parent 45b22c2 commit cb0d874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def htmlFixer = { htmlFile -> file(htmlFile).text.replace('<html>', '').replace(
1010
apply plugin: 'idea'
1111

1212
apply plugin: 'java'
13-
sourceCompatibility = 1.8
14-
targetCompatibility = 1.8
13+
sourceCompatibility = JavaVersion.VERSION_11
14+
targetCompatibility = JavaVersion.VERSION_11
1515

1616
apply plugin: 'org.jetbrains.intellij'
1717

0 commit comments

Comments
 (0)
0