Skip to content

Commit

Permalink
build(gradle): upgrade to JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schmid committed Aug 26, 2020
1 parent b41f19d commit 7f0e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -9,7 +9,7 @@ subprojects {
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'net.ltgt.apt'

sourceCompatibility = 1.8
sourceCompatibility = 1.11
group = 'bentolor.microframeworks'
version = '1.0-SNAPSHOT'

Expand Down

0 comments on commit 7f0e342

Please sign in to comment.