Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87bebff

Browse files
committedMar 22, 2021
Fix TeamCity Notebook API repo detection
1 parent 2c87dd3 commit 87bebff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
jcenter()
3333
maven { url 'https://kotlin.bintray.com/kotlin-datascience' }
3434

35-
def repoFolder = new File(jupyterApiTCRepo)
35+
def repoFolder = new File(projectDir as File, jupyterApiTCRepo as String)
3636
if(repoFolder.exists()) {
3737
maven { url repoFolder }
3838
}

0 commit comments

Comments
 (0)
Please sign in to comment.