We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87770e9 commit bd1b56eCopy full SHA for bd1b56e
flink-connector-examples/build.gradle
@@ -119,10 +119,10 @@ publishing {
119
repositories {
120
maven {
121
credentials {
122
- username "nautilus"
123
- password "password"
+ username username
+ password password
124
}
125
- url = "http://repo/maven2"
+ url projectRepoUrl
126
127
128
gradle.properties
@@ -28,4 +28,9 @@ hadoopVersion=2.8.1
28
kryoSerializerVersion=0.45
29
sparkVersion=2.2.0
30
scalaJava8CompatVersion=0.9.0
31
-slf4jLog4JVersion=1.7.25
+slf4jLog4JVersion=1.7.25
32
+
33
+# Below is used for publishing to the Maven repo in Nautilus.
34
+projectRepoUrl=http://localhost:9092/maven2
35
+username=nautilus
36
+password=password
0 commit comments