Skip to content

Commit

Permalink
try to build a java 8 compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
chDame committed Jun 22, 2022
1 parent ba0e1a3 commit 40853ee
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 {
}

group = 'io.camunda'
version = '1.0.2'
sourceCompatibility = '11'
version = '1.0.3'
sourceCompatibility = '8'

repositories {
mavenCentral()
Expand Down

0 comments on commit 40853ee

Please sign in to comment.