We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016cb3e commit 126f213Copy full SHA for 126f213
msal/build.gradle
@@ -190,12 +190,12 @@ task sourcesJar(type: Jar) {
190
191
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
192
// In release/*, we change these to specific versions being consumed.
193
-def commonVersion = "23.1.1"
+def commonVersion = "1.0.+"
194
if (project.hasProperty("distCommonVersion")) {
195
commonVersion = project.distCommonVersion
196
}
197
// Used for testfixtures
198
-def common4jVersion = "23.1.1"
+def common4jVersion = "1.0.+"
199
if (project.hasProperty("distCommon4jVersion")) {
200
distCommon4jVersion = project.distCommon4jVersion
201
0 commit comments