Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
avatica-1.23.0, 1.33.0
-
OS: arch linux
JDK: java-19-openjdk
Description
Running ./gradlew build on a fresh git clone fails with:
FAILURE: Build failed with an exception. * Where: Build file '/home/user/github/apache/calcite/build.gradle.kts' line: 513 * What went wrong: Failed to apply plugin 'de.thetaphi.forbiddenapis'. > Could not create plugin of type 'ForbiddenApisPlugin'. > Could not initialize class de.thetaphi.forbiddenapis.gradle.ForbiddenApisPlugin
The full output (output.txt) and build.gradle.kts files are attached.
This is similar to https://issues.apache.org/jira/browse/SOLR-14426 but running ./gradlew clean results in the same error.
I've tried this on version 1.33 plus several older releases with similar results.
Attachments
Attachments
Issue Links
- is blocked by
-
CALCITE-5440 Bump gradle to 7.6.1
- Closed
- is related to
-
CALCITE-5746 Support JDK 19
- Closed
- relates to
-
CALCITE-6137 Upgrade gradle to 8.5 and support java 21
- Closed
- links to