We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c3b62 commit 220a532Copy full SHA for 220a532
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group 'com.marklogic'
11
-version '2.0-SNAPSHOT'
+version '2.0.0'
12
13
java {
14
sourceCompatibility = 1.8
examples/java-dependency/build.gradle
@@ -4,12 +4,11 @@ plugins {
4
5
repositories {
6
mavenCentral()
7
- mavenLocal()
dependencies {
implementation 'org.apache.spark:spark-sql_2.12:3.3.2'
- implementation 'com.marklogic:marklogic-spark-connector:2.0-SNAPSHOT'
+ implementation 'com.marklogic:marklogic-spark-connector:2.0.0'
15
task runApp(type: JavaExec) {
0 commit comments