stephanmg
09/04/2020, 12:57 PMFailed to apply plugin [id 'org.jetbrains.kotlin.jvm']
223 > The current Gradle version 5.1.1 is not compatible with the Kotlin Gradle plugin. Please use Gradle 5.3 or newer, or the previous version of the Kotlin plugin.
Kyant
09/04/2020, 2:25 PMstephanmg
09/04/2020, 2:50 PMstephanmg
09/04/2020, 2:50 PMjbnizet
09/04/2020, 3:09 PMstephanmg
09/04/2020, 3:10 PMstephanmg
09/04/2020, 3:11 PMstephanmg
09/04/2020, 3:13 PMedrd
09/04/2020, 9:16 PMgradlew
file will be created. It's intended to allow you to use Gradle without having to install it, and also ensures the version used is the correct one.
What Jean-Baptiste meant about using the wrapper is: ./gradlew <your-task>
.
Also, since it will have to download and install Gradle, it's a good a idea to cache $GRADLE_HOME
. More info here: https://guides.gradle.org/executing-gradle-builds-on-travisci/jbnizet
09/05/2020, 5:59 AMstephanmg
09/07/2020, 10:37 AM