Skip to content

Fixing incompatibilities and warnings in build#82

Open
d-venkat wants to merge 7 commits intomasterfrom
S-119432-warnings
Open

Fixing incompatibilities and warnings in build#82
d-venkat wants to merge 7 commits intomasterfrom
S-119432-warnings

Conversation

@d-venkat
Copy link
Copy Markdown
Contributor

No description provided.

copy {
from(tarTree(helmDir.file("helm.tar.gz")))
into(helmDir)
fileMode = 0b111101101
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

'setter for fileMode: Int?' is deprecated. Deprecated in Java

fileMode = 0b111101101
filePermissions { unix("rwxr-xr-x") }
}
exec {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

'exec(Action): ExecResult' is deprecated. This method will be removed in Gradle 9.0. Use ExecOperations.exec(Action) or ProviderFactory.exec(Action) instead.

tasks {

compileKotlin {
kotlinOptions.jvmTarget = languageLevel
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

'kotlinOptions: KotlinJvmOptions' is deprecated. Please migrate to the compilerOptions DSL.

Base automatically changed from E-19312 to master May 2, 2025 16:25
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.

2 participants