Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 55b2a36

Browse files
authored
Int -> Int32
1 parent f10831a commit 55b2a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
var TARGET = Argument ("t", Argument ("target", "Default"));
1717
var BUILD_CONFIG = Argument ("config", "Release");
1818
var VERBOSITY = (Verbosity) Enum.Parse (typeof(Verbosity), Argument ("v", Argument ("verbosity", "Normal")), true);
19-
var MAX_CPU_COUNT = Int.Parse(Argument("maxcpucount", "0"));
19+
var MAX_CPU_COUNT = Int32.Parse(Argument("maxcpucount", "0"));
2020

2121
// Lists all the artifacts and their versions for com.android.support.*
2222
// https://dl.google.com/dl/android/maven2/com/android/support/group-index.xml

0 commit comments

Comments
 (0)