Skip to content

chore(plugin): Updates on Gradle, spinnaker versions and github actions#108

Merged
christosarvanitis merged 9 commits into
masterfrom
Updates2025.2.x
Jul 3, 2026
Merged

chore(plugin): Updates on Gradle, spinnaker versions and github actions#108
christosarvanitis merged 9 commits into
masterfrom
Updates2025.2.x

Conversation

@christosarvanitis

Copy link
Copy Markdown
Contributor

No description provided.


@Autowired
public EvaluateArtifactsStage(ObjectMapper mapper) {
public EvaluateArtifactsStage(@Qualifier("mapper") ObjectMapper mapper) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've approved - but probably need to add to our build.gradle what I had to do in OSS - the "-parameters" flag for all our plugins.

Comment thread gradle.properties
@@ -1,13 +1,14 @@
spinnakerRelease=master-20210128140017

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used at all still or can be removed?

Comment thread settings.gradle
@@ -1,7 +1,35 @@
pluginManagement {
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.0'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: LIKE the jvm flag "-parameters", kotlin builds need a "-java-parameters" flag set.

https://github.com/spinnaker/spinnaker/pull/7682/changes#diff-d55ae2252610c29b724c1f24630de80aded554ff7afb55e1c404e66be4d3ccdfR61

@christosarvanitis christosarvanitis merged commit 15fd9da into master Jul 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants