Skip to content

Commit

Permalink
build.gradle: set JavaVersion.VERSION_11
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Feb 20, 2024
1 parent 6ea2856 commit c02283a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
description = 'Navigation-mesh Toolset for jMonkeyEngine3'

// select one source-code (JDK) option
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

ext {
jmeVersion = '3.6.1-stable'
Expand Down

0 comments on commit c02283a

Please sign in to comment.