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,17 +1,3 @@
|
||||
configurations {
|
||||
tests
|
||||
}
|
||||
|
||||
task copyGradleProperties(type: Copy) {
|
||||
group = "build"
|
||||
shouldRunAfter compileJava
|
||||
|
||||
from '../gradle.properties'
|
||||
into 'src/main/resources'
|
||||
}
|
||||
|
||||
processResources.dependsOn copyGradleProperties
|
||||
|
||||
dependencies {
|
||||
// Kestra
|
||||
api project(':model')
|
||||
|
||||
Reference in New Issue
Block a user