Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit 2ffe1fb

Browse files
mattgogerlyj-sandy
andauthored
chore(build): gradle 7 (#188)
* chore(build): gradle 7 * chore(build): getByType vs fineByType * chore(build): runtimeOnly * chore(build): remove bintray * fix(tests): Fix the issue with SpinnakerExtensionGradlePluginFunctionalTest during gradle 7.6 upgrade While upgrade of gradle 7.6, faced the failure of tests "compatibility test task succeeds if failing test is not required" and "can run an end-to-end build, including compatibility test". The reason being the unpredictable execution of tasks (unrelated to each other) given as argument in Gradlerunner testkit. https://github.com/spinnaker/spinnaker-gradle-project/blob/e00c77502311b2112a268c5ea0233573cd29f7c2/spinnaker-extensions/src/functionaltest/kotlin/com/netflix/spinnaker/gradle/extension/SpinnakerExtensionGradlePluginFunctionalTest.kt#L83 In order to fix, established the conditional ordering between unrelated task of "compatibilityTest" and "releaseBundle" * test(extensions): remove compatibiity test of gradle version 6.8.1 With upgrade of gradle version 7.6.1 in spinnaker-gradle-project, the code has been modified to remove deprecations. It cause compatibility tests to break with gradle version 6.8.1, so removing it. --------- Co-authored-by: j-sandy <30489233+j-sandy@users.noreply.github.com>
1 parent ca84e5f commit 2ffe1fb

11 files changed

Lines changed: 200 additions & 142 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

2.6 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

gradlew

Lines changed: 164 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)