-
Notifications
You must be signed in to change notification settings - Fork 0
Fixing incompatibilities and warnings in build #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
copy { | ||
from(tarTree(helmDir.file("helm.tar.gz"))) | ||
into(helmDir) | ||
fileMode = 0b111101101 |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
No description provided.