Skip to content

Commit 2d863d5

Browse files
author
nehashri
committed
Neha | shr-1414 | fixing error in build.gradle
1 parent 97fa833 commit 2d863d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mci-api/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ task exportProperties(dependsOn: 'assembly') << {
8181
task dist(dependsOn: ['exportProperties'],
8282
type: Rpm) {
8383
packageName = 'mci-fhir'
84-
<<<<<<< 0cf5be2426ffa1741c7e00253eb4aa49478eaf15
8584
version = '2.6'
86-
=======
87-
version = '2.5'
88-
>>>>>>> Neha | shr-1414 | changing name of service to mci-fhir.
8985
release = project.hasProperty('release') ? project.release : '1'
9086
arch = NOARCH
9187
os = LINUX

0 commit comments

Comments
 (0)