I am using Gradle TestKit to test a template project that I download dynamically. I have created a JUnit test that will copy the template project into another directory Since the project is downloaded, the test first makes minor alterati...
Code Issues43 Pull requests3 Actions Projects1 Security Insights Additional navigation options Unable to find method ''org.jetbrains.kotlin.gradle.tasks.KotlinCompile$ClasspathSnapshotProperties com.google.devtools.ksp.gradle.KspTaskJvm.getClasspathSnapshotProperties()'' 'org.jetbrains.kotlin.gradle.tasks...
Building my playground project making use of convention plugins fails using 7.6 RC 1, but builds with 7.5.1. Expected Behavior Builds. Current Behavior * Where: Build file '/xxx/playground/application/build.gradle' line: 2 * What went wr...
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then Expand Down Expand Up @@ -109,10 +126,11 @@ if $darwin; then GRADLE_OPTS="$GRADLE_OPTS...
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD="$JAVA_HOME/jre/sh/ja...
I change this line on "{project_name}/bin/gradle": exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" com.sollar.agricultural.Main "$@" to: exec "$JAVACMD" –Xms64m -Xmx768m "${JVM_OPTS[@]}" -classpath "$CLASSPATH" com.sollar.agricultural.Main "$@" And change the...
gradle :kafka-connect-elastic5:build To create a jar of a particular project: gradle :kafka-connect-elastic5:shadowJar Contributing We'd love to accept your contributions! Please use GitHub pull requests: fork the repo, develop and test your code, semantically commit and submit a pull reque...
DEFAULT_JVM_OPTS="" APP_NAME="Gradle" APP_BASE_NAME=`basename "$0"` # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD="maximum" warn ( ) { echo "$*" } die ( ) { echo echo "$*" echo exit 1 } # OS specific support (must be 'true' or 'false...
gradle :kafka-connect-elastic5:build To create a jar of a particular project: gradle :kafka-connect-elastic5:shadowJar Contributing We'd love to accept your contributions! Please use GitHub pull requests: fork the repo, develop and test your code, semantically commit and submit a pull reque...
gradle :kafka-connect-elastic5:build To create a jar of a particular project: gradle :kafka-connect-elastic5:shadowJar Contributing We'd love to accept your contributions! Please use GitHub pull requests: fork the repo, develop and test your code, semantically commit and submit a pull reque...