)]}'
{
  "commit": "c718b535386ceadbd2907a9f3fe64f4d7906f87a",
  "tree": "77a6b4476bacdbe1c52b686c01c9829732bcb385",
  "parents": [
    "089b8a0438c33ff155d5abe5a855b38fdbdc6b33"
  ],
  "author": {
    "name": "David Torosyan",
    "email": "dtoro@fb.com",
    "time": "Mon Dec 06 11:08:41 2021 -0800"
  },
  "committer": {
    "name": "Facebook GitHub Bot",
    "email": "facebook-github-bot@users.noreply.github.com",
    "time": "Mon Dec 06 11:10:09 2021 -0800"
  },
  "message": "Fix OSS build failure\n\nSummary:\nRecent refactoring changes [broke the build](https://github.com/facebookincubator/ktfmt/runs/4412662075?check_suite_focus\u003dtrue):\n\n```\nError:  Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.5.0:compile (compile) on project ktfmt: Compilation failure: Compilation failure:\nError:  /home/runner/work/ktfmt/ktfmt/core/src/main/java/com/facebook/ktfmt/testutil/KtfmtTruth.kt:[24,26] Unresolved reference: truth\n```\n\nThis is because the `pom.xml` file limits the scope of of the test dependencies to the test scope. Moving `testutil` and `KtfmtTruth.kt` back to the `test` dir should fix the build.\n\nAlso, while touching the test BUCK file, clean up unneeded dependencies.\n\nDifferential Revision: D32874954\n\nfbshipit-source-id: 4962f6cca72d764d4e60819a7ac57c766f1e44e0\n",
  "tree_diff": [
    {
      "type": "rename",
      "old_id": "0aed3a9a38bd0518c71f169c3f85f000811d0537",
      "old_mode": 33188,
      "old_path": "core/src/main/java/com/facebook/ktfmt/testutil/KtfmtTruth.kt",
      "new_id": "0aed3a9a38bd0518c71f169c3f85f000811d0537",
      "new_mode": 33188,
      "new_path": "core/src/test/java/com/facebook/ktfmt/testutil/KtfmtTruth.kt",
      "score": 100
    }
  ]
}
