8000 Merge pull request #1569 from Haehnchen/feature/java-version · SylApps/idea-php-symfony2-plugin@d7ccdc6 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit d7ccdc6

Browse files
authored
Merge pull request Haehnchen#1569 from Haehnchen/feature/java-version
higher java compatibility version for builds
2 parents 45b22c2 + cb0d874 commit d7ccdc6

File tree

1 file c 8000 hanged

+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