File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272
7373subprojects {
7474 group = " com.github.sonus21"
75- version = " 3.1.1 -RELEASE"
75+ version = " 3.2.0 -RELEASE"
7676
7777 dependencies {
7878 // https://mvnrepository.com/artifact/org.springframework/spring-messaging
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tasks.named('jar') {
1818 manifest {
1919 attributes(
2020 " Built-By" : " Sonu Kumar<sonunitw12@gmail.com>" ,
21- " Build-Timestamp" : new java.text.SimpleDateFormat (" yyyy-MM-dd HH:mm:ss.SSSZ " ). format(new Date ()),
21+ " Build-Timestamp" : new java.text.SimpleDateFormat (" yyyy-MM-dd HH:mmZ " ). format(new Date ()),
2222 " Build-Revision" : version,
2323 " Created-By" : " Gradle ${ gradle.gradleVersion} " ,
2424 " Build-Jdk" : " ${ System.properties["java.version"]} (${ System.properties["java.vendor"]} ${ System.properties["java.vm.version"]} )" ,
You can’t perform that action at this time.
0 commit comments