Skip to content

Commit 4f9c976

Browse files
authored
Update build.gradle
Signed-off-by: salaboy <[email protected]>
1 parent 71b7c6f commit 4f9c976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ task integrationTest(type: Test) {
129129
publishing {
130130
repositories {
131131
maven {
132-
url "file://$project.rootDir/repo"
132+
url = layout.buildDirectory.dir('staging-deploy')
133133
}
134134
}
135135
publications {

0 commit comments

Comments
 (0)