-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible to read logback version from catalog (#562)
* Make it possible to read logback version from catalog This commit adds the ability to read the default logback version from the `mnLogging` catalog instead of the `libs` catalog or Gradle properties. It also removes the default version as it is likely to be outdated in any case and raise problems. The same should probably done for objenesis and bytebuddy but it's unclear which projects use it in practice. Fixes #561 * Bump JDK used to build the plugins * Remove default version for objenesis/bytebuddy In addition, dependencies will only be added if the version is found in a catalog (this is also true for logback version). For bytebuddy and objenesis, the version will be fetched from `libs`, but also from `mnTest`. Currently, the Micronaut Test catalog doesn't declare these, but it feels like "the right place". * Automatically import the `mnLogging` catalog * Bump plugin version to 6.5.x
- Loading branch information
Showing
8 changed files
with
70 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters