10 lines
222 B
Groovy
10 lines
222 B
Groovy
dependencies {
|
|
implementation 'com.databend:databend-jdbc:0.4.6'
|
|
}
|
|
|
|
tasks.named('shadowJar') {
|
|
manifest {
|
|
attributes('Agent-Label': 'Databend', 'Main-Class': 'com.dbx.agent.databend.DatabendAgent')
|
|
}
|
|
}
|