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
Running gradlew run in formValidation gives the following error:
C:\...\kweb-demos\formValidation>gradlew run
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain
Presumably this is because the gradle/wrapper folder is missing from the git repo.
Looking through the demo folders it seems that modalDialog and sessionAndAuth also have this problem.
The text was updated successfully, but these errors were encountered:
Running
gradlew run
informValidation
gives the following error:Presumably this is because the
gradle/wrapper
folder is missing from the git repo.Looking through the demo folders it seems that
modalDialog
andsessionAndAuth
also have this problem.The text was updated successfully, but these errors were encountered: