Skip to content

Commit 0e33190

Browse files
Copilotsiddhijain
andcommitted
Revert build.gradle to dev state - keep common4jVersion as 1.0.+
Co-authored-by: siddhijain <[email protected]>
1 parent b43eec3 commit 0e33190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.withType(Test) {
4040

4141
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
4242
// In release/*, we change these to specific versions being consumed.
43-
def common4jVersion = "23.1.1"
43+
def common4jVersion = "1.0.+"
4444
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
4545
common4jVersion = project.distCommon4jVersion
4646
}

0 commit comments

Comments
 (0)