File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -380,7 +380,9 @@ dependencies {
380380 strictly libs. versions. wordPressUtils. get()
381381 }
382382 }
383- implementation (" $gradle . ext . loginFlowBinaryPath :$wordPressLoginVersion " ) {
383+ // TODO: Migrate from composite build path modules to version catalogs (libs.version.toml).
384+ // noinspection UseTomlInstead
385+ implementation (" $gradle . ext . loginFlowBinaryPath :${ libs.versions.wordPressLogin.get()} " ) {
384386 exclude group : ' com.github.bumptech.glide'
385387 exclude group : ' org.wordpress' , module : ' utils'
386388 }
Original file line number Diff line number Diff line change @@ -29,12 +29,11 @@ ext {
2929 gutenbergMobileVersion = ' v1.121.0-alpha1'
3030 wordPressAztecVersion = ' v2.1.3'
3131 wordPressFluxCVersion = ' trunk-c670e916346bdaa2379936dd8dbb6750766ca319'
32- wordPressLoginVersion = ' 1.16.0'
32+ // wordPressLoginVersion = '1.16.0'
3333}
3434
3535measureBuilds {
3636 enable = findProperty(' measureBuildsEnabled' )?. toBoolean() ?: false
37- onBuildMetricsReadyListener { report ->
3837 SlowSlowTasksMetricsReporter . report(report)
3938 InternalA8cCiReporter . reportBlocking(
4039 report,
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ volley = '1.2.1'
8282wiremock = ' 2.26.3'
8383wiremockHttpClient = ' 4.3.5.1'
8484wordPressLint = ' 2.1.0'
85+ wordPressLogin = ' 1.16.0'
8586wordPressPersistentEditText = ' 1.0.2'
8687wordPressUtils = ' 3.14.0'
8788zendesk = ' 5.1.2'
You can’t perform that action at this time.
0 commit comments