Skip to content

Commit d62ac55

Browse files
committed
Fix outside-of-the-docker build
1 parent a3bf0c2 commit d62ac55

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

settings.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@file:Suppress("UnstableApiUsage")
22

3+
rootProject.name = "kotlin-jupyter-kernel"
4+
35
enableFeaturePreview("VERSION_CATALOGS")
46
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
57

6-
rootProject.name = "kotlin-jupyter-kernel"
7-
88
includeBuild("build-plugin")
99

1010
subproject("common-dependencies", "build-plugin/")

teamcityBuildNumber.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
tasks.register("detectVersionsForTC") {
42
outputs.upToDateWhen { false }
53

0 commit comments

Comments
 (0)