We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61721f1 commit a57167fCopy full SHA for a57167f
kafka/Dockerfile
@@ -17,7 +17,7 @@ RUN set -e; cd /usr/local; \
17
cd kafka; \
18
sed -i "s/scalaVersion=.*/scalaVersion=$SCALA_VERSION/" gradle.properties; \
19
gradle; \
20
- ./gradlew test; \
+ #./gradlew test; \
21
./gradlew jar
22
23
RUN apk add --no-cache bash
0 commit comments