Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 1f62655

Browse files
committed
Remove kotlin version from properties
1 parent f443d7b commit 1f62655

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ and join the team!
5050

5151
If you're using `graphql-java-tools` in combination with Spring Boot 2.1.x or below then you need to
5252
set the
53-
`kotlin.version` in your Spring Boot project explicitly to version 1.3.70, because Spring Boot
54-
Starter parent currently overrides it with a 1.2.* version of Kotlin.
53+
`kotlin.version` in your Spring Boot project explicitly to version >= 1.3.70, because Spring Boot
54+
Starter parent of that Spring Boot version overrides it with a 1.2.* version of Kotlin.
5555
`graphql-java-tools` requires 1.3.* however because of its coroutine support. If you don't override
5656
this version you will run into a `NoClassDefFoundError`.
5757

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ LIB_GRAPHQL_ANNOTATIONS_VER=8.3
3939
LIB_REFLECTIONS_VER=0.9.11
4040
LIB_APACHE_COMMONS_TEXT=1.8
4141
LIB_JSOUP_VER=1.13.1
42-
kotlin.version=1.4.10
4342
### Gradle Plugins
4443
LIB_BINTRAY_PLUGIN_VER=1.8.5
4544
LIB_RELEASE_PLUGIN_VER=2.8.1

0 commit comments

Comments
 (0)