Dongjoon Hyun created SPARK-48952:
-------------------------------------
Summary: Use `BasePluginExtension` in `spark-operator/build.gradle`
Key: SPARK-48952
URL: https://issues.apache.org/jira/browse/SPARK-48952
Project: Spark
Issue Type: Sub-task
Components: Build
Affects Versions: kubernetes-operator-0.1.0
Reporter: Dongjoon Hyun
{code}
$ ./gradlew test --warning-mode all
> Configure project :spark-operator
Build file
'/Users/dongjoon/APACHE/spark-kubernetes-operator/spark-operator/build.gradle':
line 58
The org.gradle.api.plugins.BasePluginConvention 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.7/userguide/upgrading_version_8.html#base_convention_deprecation
at
build_1pl46tz9v8uzxd6mxgrewtcjs.run(/Users/dongjoon/APACHE/spark-kubernetes-operator/spark-operator/build.gradle:58)
(Run with --stacktrace to get the full stack trace of this deprecation
warning.)
Build file
'/Users/dongjoon/APACHE/spark-kubernetes-operator/spark-operator/build.gradle':
line 58
The BasePluginExtension.archivesBaseName property has been deprecated. This is
scheduled to be removed in Gradle 9.0. Please use the archivesName property
instead. For more information, please refer to
https://docs.gradle.org/8.7/dsl/org.gradle.api.plugins.BasePluginExtension.html#org.gradle.api.plugins.BasePluginExtension:archivesName
in the Gradle documentation.
at
build_1pl46tz9v8uzxd6mxgrewtcjs.run(/Users/dongjoon/APACHE/spark-kubernetes-operator/spark-operator/build.gradle:58)
(Run with --stacktrace to get the full stack trace of this deprecation
warning.)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]