This repository was migrated from the svn http://svn.jetbrains.org/teamcity/plugins/gradle-runner Branches before 2018.1.x are not migrated and can be found in the svn repository.
- JDK 8
Some integration tests use old versions of Gradle that are incompatible with Java 9 and later. Therefore, to run and pass the tests successfully, it is necessary to use Java 8. This can be done, for example, by explicitly specifying the version during the build:
JAVA_HOME=/Users/You/Library/Java/JavaVirtualMachines/corretto-1.8.0_372/Contents/Home ./gradlew clean build- Clone the repo
- Build the project using Gradle
./gradlew clean buildOr, if you don’t want to run the tests:
./gradlew clean build -x testThe distribution will be located in the directory:
<Path-to-the-project>/teamcity-gradle/gradle-runner-server/build/distributions/Gradle.zip