Codemod format for trailing commas change

Reviewed By: VladimirMakaev

Differential Revision: D80576929

fbshipit-source-id: 1310f77f5d9d489b780b14875454ebda7f7adfc9
This commit is contained in:
Nivaldo Bondança
2025-08-19 18:15:18 -07:00
committed by Facebook GitHub Bot
parent f16fee8c2e
commit dc2581f229

View File

@@ -83,7 +83,8 @@ publishing {
afterEvaluate { from(components["default"]) }
pom {
description.set(
"An embeddable and performant flexbox layout engine with bindings for multiple languages")
"An embeddable and performant flexbox layout engine with bindings for multiple languages"
)
name.set(project.name)
url.set("https://github.com/facebook/yoga.git")
licenses {