This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
forked from iguissouma/chutney-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade to chutney 1.7.1 and jdk17 (#16)
- Loading branch information
Showing
6 changed files
with
24 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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 |
---|---|---|
|
@@ -2,12 +2,16 @@ | |
<id>com.chutneytesting.idea.chutney-idea-plugin</id> | ||
<name>Chutney</name> | ||
<vendor email="[email protected]" url="https://github.com/chutney-testing/chutney">ChutneyTesting</vendor> | ||
<version>0.11.0</version> | ||
<version>2.3</version> | ||
<description><![CDATA[ | ||
<p>A plugin to help you easily edit, run chutney scenario files.</p><br/> | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
Version 2.3<br> | ||
<ul> | ||
<li>Upgrade to chutney 1.7.1 with java 17</li> | ||
</ul> | ||
Version 0.10.0<br> | ||
<ul> | ||
<li>Fix version sent when updating scenario on remote server</li> | ||
|