- Use native gradle build to generate jar with dependencies, removed shadowJar plugin

- Upgrade gradle to 6.7.1
This commit is contained in:
2020-11-25 02:35:56 -05:00
parent b982d4c30a
commit fac2f6661e
7 changed files with 14 additions and 31 deletions

View File

@ -1,11 +1,9 @@
scalaMajorVersion=2.12
scalaMinorVersion=10
apacheSparkVersion=3.0.0
apacheSparkVersion=3.0.1
scalaTestVersion=3.1.2
shadowJarPluginVersion=6.0.0
scalaTestVersion=3.2.3
mainClass=com.barrelsofdata.sparkexamples.Driver
projectGroup=com.barrelsofdata.sparkexamples