Skip to content

Commit 794ecbd

Browse files
committed
enable build of examples
they were disabled due to some build problem, should work fine now
1 parent b100dd5 commit 794ecbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

settings.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ include("plugins:symbol-processor")
99
include("tests")
1010
include("dataframe-arrow")
1111

12-
//include("examples:idea-examples:titanic")
13-
//include("examples:idea-examples:movies")
14-
//include("examples:idea-examples:youtube")
12+
include("examples:idea-examples:titanic")
13+
include("examples:idea-examples:movies")
14+
// TODO: replace url in ImportDataSchema with a sample of response from youtube api
15+
// include("examples:idea-examples:youtube")
1516

1617
val jupyterApiTCRepo: String by settings
1718

0 commit comments

Comments
 (0)