Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Updated build.gradle of r2dbc-oracle module to fix the issue of instrumentation verifier was failing
  • Loading branch information
monu-k2io authored Nov 14, 2023
1 parent 8566597 commit 2882297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation-security/r2dbc-oracle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jar {
}

verifyInstrumentation {
passesOnly 'com.oracle.database.r2dbc:oracle-r2dbc:[0.0.0,1.1.2)'
passesOnly 'com.oracle.database.r2dbc:oracle-r2dbc:[0.0.0,)'
}

//java {
Expand Down

0 comments on commit 2882297

Please sign in to comment.