Skip to content

Commit

Permalink
Build: Rename wordpress processors module to plain processors module
Browse files Browse the repository at this point in the history
The 'WordPress' keyword is dropped from this module for the below
two main reasons:
- This repo is already in the context of WordPress, as such, having the
'WordPress' prefix to every module is unnecessary.
- This repo, in addition to the WordPress app, is also building the
Jetpack app. As such, remove the word 'WordPress' from every module will
help avoiding any Jetpack related naming confusion.
ParaskP7 committed Jun 21, 2022
1 parent e0926c3 commit b469598
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
@@ -495,7 +495,7 @@ dependencies {
implementation 'com.google.firebase:firebase-config:19.1.3'

compileOnly project(path: ':libs:annotations')
kapt project(':libs:WordPressProcessors')
kapt project(':libs:processors')

// Debug
debugImplementation 'com.facebook.stetho:stetho:1.6.0'
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ include ':libs:image-editor'
include ':libs:networking'
include ':libs:analytics'
include ':libs:editor:WordPressEditor'
include ':libs:WordPressProcessors'
include ':libs:processors'
include ':libs:annotations'

include ':WordPressMocks'

0 comments on commit b469598

Please sign in to comment.