Skip to content

Commit

Permalink
Resource file bug (#93)
Browse files Browse the repository at this point in the history
* reading antiPatternExamples.yaml as stream instead of a file. This fixes the file not found bug happened when running the tool from a jar and using the rewrite_sql flag

* updating version number
  • Loading branch information
franklinWhaite authored Jul 9, 2024
1 parent a41537b commit b9256b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigquery-antipattern-recognition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.

<groupId>com.google.cloud.tools</groupId>
<artifactId>bigquery-antipattern-recognition</artifactId>
<version>1.0.0</version>
<version>1.0.0.1</version>

<properties>
<java.version>11</java.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.

<groupId>com.google.cloud.tools</groupId>
<artifactId>bigquery-antipattern-recognition-tool</artifactId>
<version>1.0.0</version>
<version>1.0.0.1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit b9256b8

Please sign in to comment.