728x90
반응형
Error Message
$ ./gradlew build
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
Required by:
project : > org.apache.hive:hive-exec:2.3.1 > org.apache.calcite:calcite-core:1.10.0
How to fix
implementation group: 'org.apache.hive', name: 'hive-exec', version: '2.3.10'
version upgrade의 중요성
728x90
반응형