Skip to content

Commit fe31e03

Browse files
authored
Introducing Gradle 9 support (#209)
1 parent bfe23bf commit fe31e03

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

ci-and-sdks/ci-integrations/artifactory-gradle-plugin.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,23 @@ The plugin adds the `artifactoryPublish` task for each project, in the `publishi
99
1. Extracting the [build-info](https://www.buildinfo.org/) file located in the root project. This file contains comprehensive information about the build, such as its configuration, dependencies, and other relevant details.
1010
2. Deploying both the generated artifacts and the build-info file to your Artifactory repository. This ensures that the artifacts, which are the output of the build process, and the accompanying build-info file are stored and organized in your Artifactory repository for easy access and management.
1111

12-
> _**NOTE:**_ The minimum supported Gradle version to use this plugin is v6.9
12+
> _**NOTE:**_ The minimum supported Gradle version to use version 6 of this plugin is v8
13+
14+
<details>
15+
16+
<summary>🚚 Migrating from Version 5 to Version 6 of the Plugin</summary>
17+
18+
***
19+
20+
**Version 6 of the Gradle Artifactory Plugin includes the following breaking changes compared to version 5**
21+
22+
* Introduced support for Gradle 9.
23+
* The minimum version of Java required to use this plugin has been upgraded to version 17.
24+
* The minimum version of Gradle required to use this plugin has been upgraded to version 8.
25+
26+
</details>
27+
28+
> _**NOTE:**_ The minimum supported Gradle version to use version 5 of this plugin is v6.9
1329
1430
<details>
1531

jfrog-applications/ci-and-sdks/ci-integrations/artifactory-gradle-plugin.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,23 @@ The plugin adds the `artifactoryPublish` task for each project, in the `publishi
99
1. Extracting the [build-info](https://www.buildinfo.org/) file located in the root project. This file contains comprehensive information about the build, such as its configuration, dependencies, and other relevant details.
1010
2. Deploying both the generated artifacts and the build-info file to your Artifactory repository. This ensures that the artifacts, which are the output of the build process, and the accompanying build-info file are stored and organized in your Artifactory repository for easy access and management.
1111

12-
> _**NOTE:**_ The minimum supported Gradle version to use this plugin is v6.9
12+
> _**NOTE:**_ The minimum supported Gradle version to use version 6 of this plugin is v8
13+
14+
<details>
15+
16+
<summary>🚚 Migrating from Version 5 to Version 6 of the Plugin</summary>
17+
18+
***
19+
20+
**Version 6 of the Gradle Artifactory Plugin includes the following breaking changes compared to version 5**
21+
22+
* Introduced support for Gradle 9.
23+
* The minimum version of Java required to use this plugin has been upgraded to version 17.
24+
* The minimum version of Gradle required to use this plugin has been upgraded to version 8.
25+
26+
</details>
27+
28+
> _**NOTE:**_ The minimum supported Gradle version to use version 5 of this plugin is v6.9
1329
1430
<details>
1531

0 commit comments

Comments
 (0)