Skip to content

Commit 892c393

Browse files
committed
fix feedback
1 parent 2d5b281 commit 892c393

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • java-bigquery/google-cloud-bigquery-jdbc

java-bigquery/google-cloud-bigquery-jdbc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ CONTAINER_NAME=jdbc
44
PACKAGE_DESTINATION=$(PWD)/drivers
55
SRC="$(PWD)"
66
skipSurefire ?= true
7-
JDBC_DRIVER_VERSION := $(shell mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
8-
JDBC_JAR ?= $(PACKAGE_DESTINATION)/google-cloud-bigquery-jdbc-$(JDBC_DRIVER_VERSION)-all.jar
7+
JDBC_DRIVER_VERSION = $(shell mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
8+
JDBC_JAR = $(PACKAGE_DESTINATION)/google-cloud-bigquery-jdbc-$(JDBC_DRIVER_VERSION)-all.jar
99

1010

1111
# no indendation for ifndef\endif due to their evaluation before execution
@@ -69,7 +69,7 @@ build-it-standalone:
6969
mvn -Dmaven.test.skip=true package -f pom-it.xml
7070

7171
run-it-standalone:
72-
java -cp $(JDBC_JAR):target-it/google-cloud-bigquery-jdbc-it-standalone-1.0-SNAPSHOT.jar org.junit.platform.console.ConsoleLauncher --select-class com.google.cloud.bigquery.jdbc.it.suites.ITDriverAgnosticTests
72+
java -cp $(JDBC_JAR):target-it/* org.junit.platform.console.ConsoleLauncher --select-class com.google.cloud.bigquery.jdbc.it.suites.ITDriverAgnosticTests
7373

7474

7575
# Commands for dockerized environments

0 commit comments

Comments
 (0)