Skip to content

Commit

Permalink
Remove unused date variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Dec 25, 2024
1 parent 6d1c164 commit 76e632b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import java.nio.file.Paths;

apply plugin: 'java'

def date = new Date()
def formattedDate = date.format('yyMMdd')
ext.version = "4.10.0"
ext.soVersion = "4.10"
ext.libVersion = "${ext.version.replace(".", "")}"
Expand Down

0 comments on commit 76e632b

Please sign in to comment.