Skip to content

Commit

Permalink
Add position info to gradle extension registration
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing authored and lkishalmi committed May 1, 2019
1 parent c8dfa3d commit c09140f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
@MIMEResolver.ExtensionRegistration(
displayName = "#LBL_GradleFile_LOADER",
mimeType = GradleDataObject.MIME_TYPE,
extension = {"gradle"}
extension = {"gradle"},
position = 290
)
@DataObject.Registration(
mimeType = GradleDataObject.MIME_TYPE,
Expand Down

0 comments on commit c09140f

Please sign in to comment.