Skip to content

Commit f33c029

Browse files
committed
Publishes maven release to single location
1 parent 58ea251 commit f33c029

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ publishing {
106106
repositories {
107107
maven {
108108
name = 'pipeline'
109-
url = "file://${project(':common').buildDir}/repo"
109+
url = "file://${project(':core').buildDir}/repo"
110110
}
111111
}
112112
publications {

processor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ publishing {
3131
repositories {
3232
maven {
3333
name = 'pipeline'
34-
url = "file://${project(':processor').buildDir}/repo"
34+
url = "file://${project(':core').buildDir}/repo"
3535
}
3636
}
3737
publications {

test-utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ publishing {
4848
repositories {
4949
maven {
5050
name = 'pipeline'
51-
url = "file://${project(':test-utils').buildDir}/repo"
51+
url = "file://${project(':core').buildDir}/repo"
5252
}
5353
}
5454
publications {

0 commit comments

Comments
 (0)