We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda38b8 commit 096a658Copy full SHA for 096a658
buildSrc/src/main/java/org/springframework/gradle/maven/PublishLocalPlugin.java
@@ -20,7 +20,7 @@ public void execute(MavenPublishPlugin mavenPublish) {
20
@Override
21
public void execute(MavenArtifactRepository maven) {
22
maven.setName("local");
23
- maven.setUrl(new File(project.getRootDir(), "publications/repos"));
+ maven.setUrl(new File(project.getRootProject().getBuildDir(), "publications/repos"));
24
}
25
});
26
0 commit comments