apheleia-project / jbs-build-issues

0 stars 0 forks source link

Micrometer and Spring Plugin #7

Closed rnc closed 5 months ago

rnc commented 6 months ago

Micrometer is failing due to

[build : build] Plugin [id: 'io.spring.ge.conventions', version: '0.0.11'] was not found in any of the following sources:

This is actually a generic error as for that Spring plugin only 5,6,7,13,14 and 15 are on Central and 4,8,9,10,11,12 are on defunct Spring repositories. Therefore rather than fixing it just for Micrometer I think we should use GradlePrepareCommand and switch the plugin to a version found within Central.