Skip to content

Commit 4f9c976

Browse files
authored
Update build.gradle
Signed-off-by: salaboy <Salaboy@gmail.com>
1 parent 71b7c6f commit 4f9c976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)