-
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.
chore(update): Update gradle, intellij and dependencies
Update required java version to 17 (requires updating intellij since 2022.2) Update gradle to 8.5 Update intellij gradle plugin and test dependencies to latest versions Add changelog for next release Bump version to 0.8.0 for release Signed-off-by: jchrist <[email protected]>
- Loading branch information
Showing
12 changed files
with
151 additions
and
95 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
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
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
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,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>gr.jchrist.gitextender</id> | ||
<name>Git Extender</name> | ||
<version>0.7.0</version> | ||
<version>0.8.0</version> | ||
<vendor email="[email protected]" url="https://github.com/JChrist/gitextender">JChrist</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -26,6 +26,9 @@ | |
|
||
<change-notes><![CDATA[ | ||
<ul> | ||
<li> | ||
0.8.0: Fix no display name for configurable. Closes [#70](https://github.com/JChrist/gitextender/issues/70) | ||
</li> | ||
<li> | ||
0.7.0: Workaround issue with wrong thread creating the update tree, by disabling showing update tree | ||
</li> | ||
|
@@ -78,7 +81,7 @@ | |
</change-notes> | ||
|
||
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description --> | ||
<idea-version since-build="203"/> | ||
<idea-version since-build="222"/> | ||
|
||
<depends>com.intellij.modules.lang</depends> | ||
<depends>com.intellij.modules.vcs</depends> | ||
|
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.