You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"./gradlew build " it need to install with current project
Current Behavior
As this project hold very old gradle (v4.1.x) it won't support current/on-going java if we update newer version of gradle in gradle-wrapper.properties there are few modules which were already deprecated.
Please update project with new gradle or provide plugin to #PegaLogAlayzer.
Configure project :
The maven plugin has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the maven-publish plugin instead.
at publishing_8m342pbd1am8a3p15jwry1zaf.run(C:<root-path>\pega-alertanalyzer\gradle\publishing.gradle:33)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
Inferred project: pega-alertanalyzer, version: 0.0.1-SNAPSHOT
The compile configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the implementation configuration instead.
at projects_31ifeiircumlanp8pkur7dbje$_run_closure1$_closure4.doCall(C:<root-path>\pega-alertanalyzer\gradle\projects.gradle:36)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
The testCompile configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the testImplementation configuration instead.
at projects_31ifeiircumlanp8pkur7dbje$_run_closure1$_closure4.doCall(C:<root-path>\pega-alertanalyzer\gradle\projects.gradle:39)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)
Thank you for support
The text was updated successfully, but these errors were encountered:
Expected Behavior
"./gradlew build " it need to install with current project
Current Behavior
As this project hold very old gradle (v4.1.x) it won't support current/on-going java if we update newer version of gradle in gradle-wrapper.properties there are few modules which were already deprecated.
Please update project with new gradle or provide plugin to #PegaLogAlayzer.
Thank you for support
The text was updated successfully, but these errors were encountered: