Skip to content

Commit

Permalink
chore(preview): remove preview feature of version ordering (VERSION_O…
Browse files Browse the repository at this point in the history
…RDERING_V2) for gradle dependencies (#971)

With gradle 6.x, used [feature preview API](https://docs.gradle.org/7.6.1/userguide/feature_lifecycle.html#feature_preview) to take advantage of [improvised dependency version ordering](https://docs.gradle.org/6.5/release-notes.html#improved-dependency-version-ordering). This feature is made public for gradle 7.x. So, removing it from settings.gradle as we moved to gradle 7.6.1
  • Loading branch information
j-sandy committed Jun 19, 2023
1 parent f6c68ee commit 337f53a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

enableFeaturePreview("VERSION_ORDERING_V2")

rootProject.name="kayenta"

include 'kayenta-atlas'
Expand Down

0 comments on commit 337f53a

Please sign in to comment.