mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
build(gradle): use gradle configurations for micronaut deps
This commit is contained in:
committed by
Florian Hussonnois
parent
56884d5a72
commit
4feb91c6fb
@@ -1,3 +1,7 @@
|
||||
configurations {
|
||||
implementation.extendsFrom(micronaut)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(":core")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user