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/gradle.properties | |
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/gradle.properties')
-rw-r--r-- | integration-tests/gradle/projects/it-configuration/gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/integration-tests/gradle/projects/it-configuration/gradle.properties b/integration-tests/gradle/projects/it-configuration/gradle.properties new file mode 100644 index 00000000..3887bf51 --- /dev/null +++ b/integration-tests/gradle/projects/it-configuration/gradle.properties @@ -0,0 +1,3 @@ +dokka_it_kotlin_version=1.8.10 +fail_on_warning=false +report_undocumented=false
\ No newline at end of file |