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 (#996)

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 authored Jun 19, 2023
1 parent ab55ac7 commit d0bb474
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 @@ -6,8 +6,6 @@
}
}

enableFeaturePreview("VERSION_ORDERING_V2")

rootProject.name = 'rosco'

include 'rosco-bom', 'rosco-core', 'rosco-web', 'rosco-manifests'
Expand Down

0 comments on commit d0bb474

Please sign in to comment.