diff options
Diffstat (limited to 'examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB')
-rw-r--r-- | examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts b/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts index bf1513f8..991e6c4b 100644 --- a/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts +++ b/examples/gradle/dokka-versioning-multimodule-example/parentProject/childProjectB/build.gradle.kts @@ -1 +1,5 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + // intentionally empty - build config is set in the root build.gradle.kts |