You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just change the file \fpinkotlin\fpinkotlin-parent\gradle\wrapper\gradle-wrapper.properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
# ^
# 6 instead of 1 to upgrade the version of Gradle
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
After this change the project compiles.
The text was updated successfully, but these errors were encountered:
At the current state of the project the build will fail with installed JDK 14 (I use Adopt Open JDK 14).
This seems to be a known Bug of Gradle.
I used this simple workaround described in the comments here.
Just change the file
\fpinkotlin\fpinkotlin-parent\gradle\wrapper\gradle-wrapper.properties
After this change the project compiles.
The text was updated successfully, but these errors were encountered: