Skip to content

Commit fe119fd

Browse files
committed
Fix missing tags for the legacy plugin descriptors.
1 parent 106ee44 commit fe119fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ gradlePlugin {
131131
implementationClass = "${newImpl}\$Legacy"
132132
displayName = "Back-compat alias to $newId"
133133
description = "Back-compat alias to $newId"
134+
tags.set(Arrays.asList("eclipse"))
134135
}
135136
}
136137
}

0 commit comments

Comments
 (0)