aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties11
1 files changed, 7 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index f38548d2..e2fb01e8 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,7 @@
dokka_version_base=0.9.19
dokka_publication_channel=dokka
-#Kotlin compiler and plugin
+# Kotlin compiler and plugin
bundled_kotlin_compiler_version=1.3.20-dev-564
kotlin_version=1.3.21
kotlin_for_gradle_runtime_version=1.1.60
@@ -9,12 +9,15 @@ 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 \ No newline at end of file
+# For CI
+mvn=mvn
+
+# For serialization
+gson_version=2.8.5 \ No newline at end of file