Skip to content

Commit

Permalink
update to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed Feb 7, 2020
1 parent 18b69d4 commit bcf2384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on [blog.novatec-gmbh.de](https://blog.novatec-gmbh.de).

## System Requirements

* Java 9 SDK
* Java 11 SDK

## Using this demo project

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group = "com.example"
version = "1.0.0-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.sourceCompatibility = JavaVersion.VERSION_11

val developmentOnly by configurations.creating
configurations {
Expand Down

0 comments on commit bcf2384

Please sign in to comment.