We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f156b commit 8dd4e0aCopy full SHA for 8dd4e0a
Dockerfile
@@ -93,7 +93,7 @@ RUN mkdir -p ${CONNECT_PLUGIN_PATH}/mongodb && \
93
RUN cd /tmp && \
94
git clone https://github.com/telefonicaid/http-connector-for-apache-kafka-graphql.git && \
95
cd http-connector-for-apache-kafka-graphql && \
96
- git checkout version0.9.0 || true && \
+ git checkout version0.9.0_basic || true && \
97
./gradlew clean distTar && \
98
mkdir -p ${CONNECT_PLUGIN_PATH}/http-connector && \
99
tar xfv build/distributions/http-connector-for-apache-kafka-0.9.0.tar -C ${CONNECT_PLUGIN_PATH}/http-connector --strip-components=1 && \
0 commit comments