Fix typography

This commit is contained in:
karthik 2023-03-16 16:04:15 +01:00
parent 221b067126
commit 9ec787c388
2 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,7 @@ tasks.register('scalaTest', JavaExec) {
dependsOn['testClasses'] dependsOn['testClasses']
mainClass = 'org.scalatest.tools.Runner' mainClass = 'org.scalatest.tools.Runner'
args = ['-R', 'build/classes/scala/test', '-o'] 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 classpath = sourceSets.test.runtimeClasspath
} }
test.dependsOn scalaTest test.dependsOn scalaTest

View File

@ -1,10 +1,9 @@
scalaMajorVersion=2.13 scalaMajorVersion=2.13
scalaMinorVersion=10 scalaMinorVersion=10
scalaTestVersion=3.2.15
apacheSparkVersion=3.3.2 apacheSparkVersion=3.3.2
scalaTestVersion=3.2.15
mainClass=com.barrelsofdata.sparkexamples.Driver mainClass=com.barrelsofdata.sparkexamples.Driver
projectGroup=com.barrelsofdata.sparkexamples projectGroup=com.barrelsofdata.sparkexamples
projectVersion=1.0 projectVersion=1.0