Skip to content

Commit

Permalink
Fix incorrect deserialization in plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Aug 11, 2020
1 parent 696203d commit 583f083
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 @@ -12,7 +12,7 @@ group = "com.snowypeaksystems.exampleplugin"
if (hasProperty('ver')) {
version = ver.substring(1)
} else {
version = new SimpleDateFormat("yyyy-MM-dd").format(new Date())
version = new SimpleDateFormat("yyyy-MM-dd").format(new Date()).toString()
}

java {
Expand Down

0 comments on commit 583f083

Please sign in to comment.