-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Gradle 2.14 compatibility? #18935
Copy link
Copy link
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>bugTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
Elasticsearch version: master
JVM version:
java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
OS version: OS X 10.11.5
Description of the problem including expected versus actual behavior:
Trying to run gradle build but getting an error instead of build output, console output below. It looks like the org.gradle.logging.progress package was added in 2.14 and moved the org.gradle.logging.ProgressLogger class in the process.
Steps to reproduce:
- Install gradle 2.14
- Checkout
master - Run
gradle build
Provide logs (if relevant):
elasticsearch [master] $ gradle build
:buildSrc:clean
:buildSrc:compileJava
:buildSrc:compileGroovy
startup failed:
/Users/spalger/dev/es/elasticsearch/buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestProgressLogger.groovy: 28: unable to resolve class org.gradle.logging.ProgressLogger
@ line 28, column 1.
import org.gradle.logging.ProgressLogger
^
/Users/spalger/dev/es/elasticsearch/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/TapLoggerOutputStream.groovy: 25: unable to resolve class org.gradle.logging.ProgressLogger
@ line 25, column 1.
import org.gradle.logging.ProgressLogger
^
/Users/spalger/dev/es/elasticsearch/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantLoggerOutputStream.groovy: 23: unable to resolve class org.gradle.logging.ProgressLogger
@ line 23, column 1.
import org.gradle.logging.ProgressLogger
^
3 errors
:buildSrc:compileGroovy FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileGroovy'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 5.056 secsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>bugTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Type
Fields
Give feedbackNo fields configured for issues without a type.