Skip to content

Commit 4450ecf

Browse files
committed
attempt to make checkerframework happy
1 parent d8dae66 commit 4450ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-build-plugins/src/main/groovy/local.code-quality.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ checkerFramework {
120120
extraJavacArgs = [
121121
'-AsuppressWarnings=initialization',
122122
// stubs is passed directly through options.compilerArgumentProviders
123-
'-AonlyDefs=^org\\.hibernate\\.(jdbc|exception|integrator|processor|service|spi|pretty|property\\.access|stat|engine\\.(config|jndi|profile|spi|transaction)|(action|context|bytecode)\\.spi)\\.'
123+
'-AonlyDefs=^org\\.hibernate\\.(jdbc|exception|integrator|processor|service.spi|spi|pretty|property\\.access|stat|engine\\.(config|jndi|profile|spi|transaction)|(action|context|bytecode)\\.spi)\\.'
124124
]
125125
}
126126

0 commit comments

Comments
 (0)