gradle-enterprise-conventions Error Reported When Compiling Spring-framework
Symptom
A gradle-enterprise-conventions error is reported during the Spring-framework compilation. The message "Error resolving plugin [id: 'io.spring.gradle-enterprise-conventions', version: '0.0.2']" is displayed.
Key Process and Cause Analysis
The plug-in fails to be parsed.
Conclusion and Solution
- Open the build.gradle file.
vim build.gradle
- Comment out line 6.
//id 'io.spring.gradle-enterprise-conventions' version '0.0.2'

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Recompile Spring-framework.
Parent topic: Troubleshooting