-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from unv-unv/unv/localization
GradleBundle → GradleLocalize
- Loading branch information
Showing
79 changed files
with
1,876 additions
and
1,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
* @author VISTALL | ||
* @since 01/04/2023 | ||
* @since 2023-04-01 | ||
*/ | ||
module org.jetbrains.plugins.gradle.maven.impl { | ||
requires consulo.ide.api; | ||
requires org.jetbrains.plugins.gradle.api; | ||
requires org.jetbrains.idea.maven; | ||
requires org.jetbrains.idea.maven.server.common; | ||
requires consulo.ide.api; | ||
requires org.jetbrains.plugins.gradle.api; | ||
requires org.jetbrains.idea.maven; | ||
requires org.jetbrains.idea.maven.server.common; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.