Browse Source

Fix typo in jdk-download testKit build.gradle

This commit fixes a typo in the jdk-download testKit build.gradle file
where "architecture" was not spelled correctly.
Jason Tedor 5 years ago
parent
commit
0d7b4ee374
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildSrc/src/testKit/jdk-download/reuse/build.gradle

+ 1 - 1
buildSrc/src/testKit/jdk-download/reuse/build.gradle

@@ -7,6 +7,6 @@ jdks {
     vendor = fakeJdkVendor
     version = fakeJdkVersion
     platform = "linux"
-    architeecture = "x64"
+    architecture = "x64"
   }
 }