mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
[MINOR] typo (#357)
* typo Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
This commit is contained in:
@@ -51,7 +51,7 @@ gradle.startParameter.taskNames.each {
|
||||
}
|
||||
gradle.startParameter.taskNames = expandedTaskList.flatten()
|
||||
|
||||
// Gets a integer command argument, passed with -Pname=x, or the defaut if not provided.
|
||||
// Gets an integer command argument, passed with -Pname=x, or the default if not provided.
|
||||
def _intCmdArg(name, defaultValue) {
|
||||
return project.hasProperty(name) ? project.property(name) as int : defaultValue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user