evoila / osb-checker-kotlin

This application is a generalized test program for service brokers. It runs rest calls against the defined service broker and checks if it behaves as expected to the service broker API specification. Tests are created dynamically based upon the service broker catalog or custom input by the operator.
https://www.evoila.de
Apache License 2.0
5 stars 6 forks source link

distributionURL value in gradle-wrapper.properties does not work with JDK 14+ #40

Open MaxFuhrich opened 3 years ago

MaxFuhrich commented 3 years ago

If I try to build the application, I get the error "java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7". This is fixed by changing "distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip" in /osb-checker-kotlin/gradle/wrapper/gradle-wrapper.properties to "distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip" and probably caused by using a newer JDK (14+). This should be fixed or mentioned in the readme.