-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fixed gradle scripts. #524
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you merge master into this branch?
Fixed dependencies. Removed extra libraries from versions catalog. Upgrade libs.
@sdelamo done |
implementation mn.micronaut.runtime | ||
implementation(mnCache.micronaut.cache.core) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, I would prefer not to remove the parenthesis. They are valid in both Groovy and Kotlin DSL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that you can write parentheses everywhere. But I just brought the file to one view, because all the dependencies were without brackets, except this one.
test-suite/src/test/groovy/io/micronaut/spring/tx/MetaTransactionalBean.java
Show resolved
Hide resolved
test-suite/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java
Show resolved
Hide resolved
Fixed dependencies. Removed extra libraries from versions catalog. Upgrade libs.
Fixed dependencies.
Removed extra libraries from versions catalog.
Upgrade libs.