Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Gradle doesn't report abbreviated task name as ambiguous when task name has numbers #1185

@big-guy

Description

@big-guy

Given this build file:

task unique1()
task uniqueA()

Running with this command-line should produce an ambiguous task selection error between unique1 and uniqueA.

gradle unique

Instead, we select unique1. Tested with 1.0, 2.0, 2.2.1 and master (2.4 nightly).

Migrated from: https://issues.gradle.org/browse/GRADLE-3258

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions