fix publish url
This commit is contained in:
parent
eda38b8f88
commit
096a6586e7
|
@ -20,7 +20,7 @@ public class PublishLocalPlugin implements Plugin<Project> {
|
|||
@Override
|
||||
public void execute(MavenArtifactRepository maven) {
|
||||
maven.setName("local");
|
||||
maven.setUrl(new File(project.getRootDir(), "publications/repos"));
|
||||
maven.setUrl(new File(project.getRootProject().getBuildDir(), "publications/repos"));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue