Skip to content

Commit

Permalink
Revert "Add copying disabled_plugins.txt to config folder"
Browse files Browse the repository at this point in the history
This reverts commit a91302b.
  • Loading branch information
avafanasiev committed Apr 21, 2024
1 parent 95f67e1 commit 7f4e0d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next/jvm/internal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ARG TARGETPLATFORM
ARG DEVICEID
ENV DEVICEID=$DEVICEID
COPY $TARGETPLATFORM $QODANA_DIST
COPY disabled_plugins.txt $QODANA_CONF
RUN chmod +x $QODANA_DIST/bin/*.sh $QODANA_DIST/bin/qodana && \
update-alternatives --install /usr/bin/java java $JAVA_HOME/bin/java 0 && \
update-alternatives --install /usr/bin/javac javac $JAVA_HOME/bin/javac 0 && \
Expand Down

0 comments on commit 7f4e0d5

Please sign in to comment.