diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-04-21 20:17:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 20:17:55 +0200 |
commit | f90b4287399d9fedb7e11295d853b0bda98e11e9 (patch) | |
tree | 449e7ee4ca1ca039c7c46c2f8202c788b28d8971 /integration-tests/gradle/projects/it-configuration/settings.gradle.kts | |
parent | eb50c4f28d978fcd914b819d523e8da607d05b0c (diff) | |
download | dokka-f90b4287399d9fedb7e11295d853b0bda98e11e9.tar.gz dokka-f90b4287399d9fedb7e11295d853b0bda98e11e9.tar.bz2 dokka-f90b4287399d9fedb7e11295d853b0bda98e11e9.zip |
Add Gradle integration tests for configuration (#2963)
Diffstat (limited to 'integration-tests/gradle/projects/it-configuration/settings.gradle.kts')
-rw-r--r-- | integration-tests/gradle/projects/it-configuration/settings.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/integration-tests/gradle/projects/it-configuration/settings.gradle.kts b/integration-tests/gradle/projects/it-configuration/settings.gradle.kts new file mode 100644 index 00000000..e0b3ea05 --- /dev/null +++ b/integration-tests/gradle/projects/it-configuration/settings.gradle.kts @@ -0,0 +1,3 @@ +apply(from = "../template.settings.gradle.kts") +rootProject.name = "it-configuration" + |