Fix typography
This commit is contained in:
parent
221b067126
commit
9ec787c388
@ -30,7 +30,7 @@ tasks.register('scalaTest', JavaExec) {
|
||||
dependsOn['testClasses']
|
||||
mainClass = 'org.scalatest.tools.Runner'
|
||||
args = ['-R', 'build/classes/scala/test', '-o']
|
||||
jvmArgs = ["--add-exports=java.base/sun.nio.ch=ALL-UNNAMED"] // https://lists.apache.org/thread/p1yrwo126vjx5tht82cktgjbmm2xtpw9
|
||||
jvmArgs = ['--add-exports=java.base/sun.nio.ch=ALL-UNNAMED'] // https://lists.apache.org/thread/p1yrwo126vjx5tht82cktgjbmm2xtpw9
|
||||
classpath = sourceSets.test.runtimeClasspath
|
||||
}
|
||||
test.dependsOn scalaTest
|
||||
|
@ -1,10 +1,9 @@
|
||||
scalaMajorVersion=2.13
|
||||
scalaMinorVersion=10
|
||||
scalaTestVersion=3.2.15
|
||||
|
||||
apacheSparkVersion=3.3.2
|
||||
|
||||
scalaTestVersion=3.2.15
|
||||
|
||||
mainClass=com.barrelsofdata.sparkexamples.Driver
|
||||
projectGroup=com.barrelsofdata.sparkexamples
|
||||
projectVersion=1.0
|
||||
|
Loading…
Reference in New Issue
Block a user