Skip to content

Commit b9256b8

Browse files
Resource file bug (#93)
* 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
1 parent a41537b commit b9256b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery-antipattern-recognition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121

2222
<groupId>com.google.cloud.tools</groupId>
2323
<artifactId>bigquery-antipattern-recognition</artifactId>
24-
<version>1.0.0</version>
24+
<version>1.0.0.1</version>
2525

2626
<properties>
2727
<java.version>11</java.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121

2222
<groupId>com.google.cloud.tools</groupId>
2323
<artifactId>bigquery-antipattern-recognition-tool</artifactId>
24-
<version>1.0.0</version>
24+
<version>1.0.0.1</version>
2525
<packaging>pom</packaging>
2626

2727
<properties>

0 commit comments

Comments
 (0)