Skip to content

Commit b980606

Browse files
committed
remove unnecessary hardcoded Coherence version string (14.1.2.0 cl 118688 --> 14.1.2.0 CE)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 118777]
1 parent ffb7a61 commit b980606

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

prj/examples/guides/600-response-caching/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ ext {
1414
mainClass='io.helidon.microprofile.cdi.Main'
1515
}
1616
group = 'com.oracle.coherence.guides'
17-
coherenceVersion = '14.1.2-0-0-SNAPSHOT'
18-
version = coherenceVersion
17+
version = '${coherenceVersion}'
1918
sourceCompatibility = '17'
2019

2120
repositories {

0 commit comments

Comments
 (0)