diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 9436e38b..7741642b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,23 @@ -dokka_version=0.9.18-SNAPSHOT +dokka_version_base=0.10.0 dokka_publication_channel=dokka -#Kotlin compiler and plugin +# Kotlin compiler and plugin bundled_kotlin_compiler_version=1.3.20-dev-564 -kotlin_version=1.2.21 +kotlin_version=1.3.30 kotlin_for_gradle_runtime_version=1.1.60 +language_version=1.3 ant_version=1.9.6 -#Maven plugin dependencies +# Maven plugin dependencies maven_version=3.5.0 maven_archiver_version=2.5 plexus_utils_version=3.0.22 plexus_archiver_version=3.4 maven_plugin_tools_version=3.5.2 + +# For CI +mvn=mvn + +# For serialization +gson_version=2.8.5
\ No newline at end of file |