Hello PlanUML,
Tests done with version 1.2020.18
Gantt aliases work differently from other diagrams (it is not possible to give the same "label" to a task):
@startgantt
Project starts 2020-11-08
[Task 7 days] as [T7] starts at 2020-11-09
[T7] ends at 2020-11-15
[Task 7 days] as [T7bis] starts at 2020-11-09
[T7bis] ends at 2020-11-15
@endgantt
In Component for example, it is possible to have 2 with the same label:
@startuml
[First component] as Comp1
[Another component] as Comp2
[Another component] as Comp3
Comp1 -> Comp2
@enduml
[See on PlantUML Server]
Thanks for your support