Skip to content

Commit a11ee21

Browse files
committed
Specify local dir as a publishing repository
1 parent 08e79a5 commit a11ee21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

buildSrc/src/main/groovy/publishing-config.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ publishing {
4747
}
4848

4949
}
50-
50+
}
51+
}
52+
repositories {
53+
maven {
54+
url = rootProject.layout.buildDirectory.dir('staging-deploy')
5155
}
5256
}
5357
}

0 commit comments

Comments
 (0)