Skip to content

Commit

Permalink
Build file update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportmill committed Feb 6, 2023
1 parent 97472ca commit 54166bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import java.text.SimpleDateFormat

plugins {
id 'java-library'
id 'maven-publish'
}

group 'com.reportmill'
version '2023.01.02'
version new SimpleDateFormat("yyyy.MM.dd").format(new Date())

sourceSets.main.java.srcDirs = ['src']
sourceSets.main.resources.srcDirs = ['src']
Expand Down

0 comments on commit 54166bf

Please sign in to comment.