File tree 5 files changed +30
-0
lines changed
internet-banking-api-gateway
internet-banking-config-server
internet-banking-fund-transfer-service
internet-banking-user-service
internet-banking-utility-payment-service
5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ plugins {
2
2
id ' java'
3
3
id ' org.springframework.boot' version ' 3.2.4'
4
4
id ' io.spring.dependency-management' version ' 1.1.4'
5
+ id " com.gorylenko.gradle-git-properties" version " 2.4.2"
6
+ }
7
+
8
+ gitProperties {
9
+ dateFormat = " yyyy-MM-dd'T'HH:mmZ"
10
+ dateFormatTimeZone = " IST"
5
11
}
6
12
7
13
group = ' com.javatodev.finance'
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ plugins {
2
2
id ' java'
3
3
id ' org.springframework.boot' version ' 3.2.4'
4
4
id ' io.spring.dependency-management' version ' 1.1.4'
5
+ id " com.gorylenko.gradle-git-properties" version " 2.4.2"
6
+ }
7
+
8
+ gitProperties {
9
+ dateFormat = " yyyy-MM-dd'T'HH:mmZ"
10
+ dateFormatTimeZone = " IST"
5
11
}
6
12
7
13
group = ' com.javatodev.finance'
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ plugins {
2
2
id ' java'
3
3
id ' org.springframework.boot' version ' 3.2.4'
4
4
id ' io.spring.dependency-management' version ' 1.1.4'
5
+ id " com.gorylenko.gradle-git-properties" version " 2.4.2"
6
+ }
7
+
8
+ gitProperties {
9
+ dateFormat = " yyyy-MM-dd'T'HH:mmZ"
10
+ dateFormatTimeZone = " IST"
5
11
}
6
12
7
13
group = ' com.javatodev.finance'
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ plugins {
2
2
id ' java'
3
3
id ' org.springframework.boot' version ' 3.2.4'
4
4
id ' io.spring.dependency-management' version ' 1.1.4'
5
+ id " com.gorylenko.gradle-git-properties" version " 2.4.2"
6
+ }
7
+
8
+ gitProperties {
9
+ dateFormat = " yyyy-MM-dd'T'HH:mmZ"
10
+ dateFormatTimeZone = " IST"
5
11
}
6
12
7
13
group = ' com.javatodev.finance'
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ plugins {
2
2
id ' java'
3
3
id ' org.springframework.boot' version ' 3.2.4'
4
4
id ' io.spring.dependency-management' version ' 1.1.4'
5
+ id " com.gorylenko.gradle-git-properties" version " 2.4.2"
6
+ }
7
+
8
+ gitProperties {
9
+ dateFormat = " yyyy-MM-dd'T'HH:mmZ"
10
+ dateFormatTimeZone = " IST"
5
11
}
6
12
7
13
group = ' com.javatodev.finance'
You can’t perform that action at this time.
0 commit comments