Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vinoth-gojek committed Feb 6, 2025
1 parent 19a9dcd commit a9853b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions buildSrc/src/main/groovy/caraml.test-suite.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
// testImplementation 'org.antlr:antlr4-runtime:4.10.1'
// testImplementation 'org.antlr:antlr-runtime:3.0'
// https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
// works - testImplementation 'org.antlr:antlr4-runtime:4.8'

}
11 changes: 0 additions & 11 deletions caraml-store-spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,13 @@ dependencies {
compileOnly('com.aliyun.odps:odps-jdbc:3.8.2') {
exclude group: 'org.antlr', module: 'antlr4-runtime'
}
// implementation 'org.antlr:antlr4-runtime:4.10.1'
// implementation 'org.antlr:antlr-runtime:3.0'
// https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
// works - implementation 'org.antlr:antlr4-runtime:4.8'

}
application {
mainClassName = 'dev.caraml.spark.IngestionJob'
}

//configurations {
// runtime.exclude group: 'org.antlr', module: 'antlr4-runtime'
//}

shadowJar {
// dependencies {
// include(dependency('com.aliyun.odps:odps-jdbc:3.8.2'))
// }
archiveFileName = "caraml-spark-application-with-dependencies.jar"
project.configurations.implementation.canBeResolved = true
configurations = [project.configurations.implementation]
Expand Down

0 comments on commit a9853b8

Please sign in to comment.