Skip to content

Commit

Permalink
[CALCITE-4459] Verify the bytecode with Jandex by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jan 24, 2021
1 parent 706ecc2 commit 801f33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ val lastEditYear by extra(lastEditYear())
val enableSpotBugs = props.bool("spotbugs")
val enableCheckerframework by props()
val enableErrorprone by props()
val skipJandex by props(true) // It will be enabled by default as Jandex issues are resolved
val skipJandex by props()
val skipCheckstyle by props()
val skipAutostyle by props()
val skipJavadoc by props()
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ checkerframework.version=3.7.0
checkstyle.version=8.28
spotbugs.version=3.1.11
errorprone.version=2.4.0
jandex.version=2.2.2.Final
# The property is used in https://github.com/wildfly/jandex regression testing, so avoid renaming
jandex.version=2.2.3.Final

# We support Guava versions as old as 14.0.1 (the version used by Hive)
# but prefer more recent versions.
Expand Down

0 comments on commit 801f33d

Please sign in to comment.