Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerwin committed Jan 28, 2021
1 parent 8b3b8da commit 2d84aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }

group = 'com.synopsys.integration'
version = '1.8.0-SNAPSHOT'
version = '1.8.0'
description = 'A common plugin for all integration libraries and solutions to use.'

sourceCompatibility = 1.8
Expand Down

0 comments on commit 2d84aa7

Please sign in to comment.