Skip to content

Commit

Permalink
downgrade java version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
chDame committed Jun 22, 2022
1 parent ad2fd82 commit 6fa34f8
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 @@ -6,8 +6,8 @@ plugins {
}

group = 'io.camunda'
version = '1.0.0'
sourceCompatibility = '11'
version = '1.0.1'
sourceCompatibility = '8'

repositories {
mavenCentral()
Expand Down

0 comments on commit 6fa34f8

Please sign in to comment.