Files
t8y2--dbx/agents/drivers/snowflake/build.gradle
T
2026-07-13 13:09:14 +08:00

11 lines
289 B
Groovy

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'net.snowflake:snowflake-jdbc:3.22.0'
}
tasks.named('shadowJar') {
manifest {
attributes('Agent-Label': 'Snowflake', 'Main-Class': 'com.dbx.agent.snowflake.SnowflakeAgent')
}
}