Skip to content

Commit d7e1f9a

Browse files
committed
Drop unused vars + reorder
1 parent 6295ef3 commit d7e1f9a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Some simple testing tasks (sorry, UNIX only).
1+
# Some simple testing tasks
22

3-
TEST_FLAGS ?=
4-
export KAFKA_VERSION ?= 0.11.0.2
5-
KAFKA_ARTIFACT ?= kafka_$(SCALA_VERSION)-$(KAFKA_VERSION).tgz
3+
export KAFKA_VERSION ?= 2.4.0
64
DIST_BASE_URL ?= https://archive.apache.org/dist/kafka/
7-
TOX_ENV ?= 312
5+
TEST_FLAGS ?=
86

97
# Required to support testing old kafka versions on newer java releases
108
# The performance opts defaults are set in each kafka brokers bin/kafka_run_class.sh file

0 commit comments

Comments
 (0)