Skip to content

Commit 0e1b1ad

Browse files
generatedunixname537391475639613facebook-github-bot
authored andcommitted
xplat/js/react-native-github/packages/gradle-plugin/react-native-gradle-plugin/src/test/kotlin/com/facebook/react/tasks/internal/PrepareGlogTaskTest.kt (#53506)
Summary: Pull Request resolved: #53506 Reviewed By: javache Differential Revision: D81222404 fbshipit-source-id: 514cbe3689a6e71d08266cdab33b8f84f318c118
1 parent d1a9990 commit 0e1b1ad

File tree

1 file changed

+5
-5
lines changed
  • packages/gradle-plugin/react-native-gradle-plugin/src/test/kotlin/com/facebook/react/tasks/internal

1 file changed

+5
-5
lines changed

packages/gradle-plugin/react-native-gradle-plugin/src/test/kotlin/com/facebook/react/tasks/internal/PrepareGlogTaskTest.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ class PrepareGlogTaskTest {
122122
val glogThirdPartyJniPath = tempFolder.newFolder("glogpath/jni")
123123
val output = tempFolder.newFolder("output")
124124
val task =
125-
createTestTask<PrepareGlogTask> {
126-
it.glogPath.setFrom(glogpath)
127-
it.glogThirdPartyJniPath.set(glogThirdPartyJniPath)
128-
it.glogVersion.set("1.0.0")
129-
it.outputDir.set(output)
125+
createTestTask<PrepareGlogTask> { task ->
126+
task.glogPath.setFrom(glogpath)
127+
task.glogThirdPartyJniPath.set(glogThirdPartyJniPath)
128+
task.glogVersion.set("1.0.0")
129+
task.outputDir.set(output)
130130
}
131131
File(glogpath, "glog-1.0.0/src/logging.h.in").apply {
132132
parentFile.mkdirs()

0 commit comments

Comments
 (0)