File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments