apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 915 forks source link

Explicitly disable attach-scaladocs for pure Java modules #6820

Closed pan3793 closed 8 hours ago

pan3793 commented 9 hours ago

:mag: Description

export JAVA_HOME=/path/of/openjdk-17
build/mvn clean install -DskipTests -Dmaven.scaladoc.skip=false
[INFO] --- scala-maven-plugin:4.9.2:doc-jar (attach-scaladocs) @ kyuubi-server-plugin ---
[INFO] compiler plugin: BasicArtifact(com.github.ghik,silencer-plugin_2.12.20,1.7.19,null)
error: fatal error: object scala in compiler mirror not found.

Types of changes :bookmark:

Test Plan ๐Ÿงช

Successfully run the build command

export JAVA_HOME=/path/of/openjdk-17
build/mvn clean install -DskipTests -Dmaven.scaladoc.skip=false

Checklist ๐Ÿ“

Be nice. Be informative.

pan3793 commented 9 hours ago

branch-1.8 Java 17 CI is broken due to this, I'd like to have it before releasing 1.8.3

codecov-commenter commented 8 hours ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (c391d16) to head (f5cee34). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6820 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 687 687 Lines 42442 42442 Branches 5793 5793 ====================================== Misses 42442 42442 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


๐Ÿšจ Try these New Features: