Skip to content

Commit

Permalink
Fix OSS build part 4
Browse files Browse the repository at this point in the history
Summary: Fix incorrect processor name in gradle config of the test module.

Reviewed By: fbcbl

Differential Revision: D62430182

fbshipit-source-id: b6acb705bc37ad77bfcb7cc8da1619fd045329e3
  • Loading branch information
zielinskimz authored and facebook-github-bot committed Sep 10, 2024
1 parent 4e438f2 commit 054e4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

com.facebook.litho.testing.processor.TestingDIComponentProcessor
com.facebook.litho.testing.processor.TestingGenericComponentProcessor
2 changes: 1 addition & 1 deletion litho-it/specs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

javaCompileOptions {
annotationProcessorOptions {
className 'com.facebook.litho.testing.processor.TestingDIComponentProcessor'
className 'com.facebook.litho.testing.processor.TestingGenericComponentProcessor'
}
}
}
Expand Down

0 comments on commit 054e4bc

Please sign in to comment.