Skip to content
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

gradle compatible #13

Open
SreecharanChallagundla opened this issue Nov 25, 2019 · 0 comments
Open

gradle compatible #13

SreecharanChallagundla opened this issue Nov 25, 2019 · 0 comments

Comments

@SreecharanChallagundla
Copy link

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.

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

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

No branches or pull requests

1 participant