Humphrey
08/18/2023, 1:30 PM> Task :buildSrc:generatePrecompiledScriptPluginAccessors
The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: <https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#deprecated_access_to_conventions>
The org.gradle.api.plugins.Convention type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: <https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#deprecated_access_to_conventions>
The org.gradle.api.plugins.JavaPluginConvention type has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: <https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#java_convention_deprecation>
I'm using kotlin DSL script for my build files.
As soon as I add:
plugins {
id("com.google.cloud.tools.jib")
}
jib {}
I get these warnings. What should I use?
When I hover on jib {}
I get the following:
internal fun Project.jib(
configure: Action<JibExtension>
): Unit
Adam S
08/18/2023, 1:31 PMSam
08/18/2023, 1:31 PMSam
08/18/2023, 1:31 PMHumphrey
08/18/2023, 1:32 PMAdam S
08/18/2023, 1:32 PMHumphrey
08/18/2023, 1:36 PMVampire
08/18/2023, 1:37 PM