isaqb-org / glossary

An extensive glossary of software architecture (and development) terminology. Explains the terms used and referenced in the iSAQB foundation and advanced level curricula.
https://leanpub.com/isaqbglossary
35 stars 16 forks source link

fix deprecated gradle build features in glossary #132

Closed gernotstarke closed 1 year ago

gernotstarke commented 1 year ago

not critical, but leaves a bad impression

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
gernotstarke commented 1 year ago
The JavaExecHandleBuilder.setMain(String) method has been deprecated. 
This is scheduled to be removed in Gradle 8.0. 
Please use the mainClass property instead. 
Consult the upgrading guide for further information: 
https://docs.gradle.org/7.3.3/userguide/upgrading_version_7.html#java_exec_properties
gernotstarke commented 1 year ago

The problem is a gradle-internal call, I have no idea how to fix this within our build scripts. Suggestion: Close this issue, ignore the warning and fix it when Gradle 8 will be released...