1
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
0d7b4ee374

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

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