Skip to content

Commit 2d147d9

Browse files
committed
Make build directory consistent with new repository name (and other remote apis).
SVN r65371 |2020-04-17 14:59:48 +0000
1 parent 5637a69 commit 2d147d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repositories {
5454
}
5555
}
5656

57-
buildDir = new File(project.rootProject.buildDir, "/remoteapi/java")
57+
buildDir = new File(project.rootProject.buildDir, "/remoteapi/labkey-api-java")
5858

5959
def artifactPrefix = 'labkey-client-api'
6060

0 commit comments

Comments
 (0)