We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dae66 commit 4450ecfCopy full SHA for 4450ecf
local-build-plugins/src/main/groovy/local.code-quality.gradle
@@ -120,7 +120,7 @@ checkerFramework {
120
extraJavacArgs = [
121
'-AsuppressWarnings=initialization',
122
// 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)\\.'
+ '-AonlyDefs=^org\\.hibernate\\.(jdbc|exception|integrator|processor|service.spi|spi|pretty|property\\.access|stat|engine\\.(config|jndi|profile|spi|transaction)|(action|context|bytecode)\\.spi)\\.'
124
]
125
}
126
0 commit comments