Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jan 28, 2025
1 parent 715fd10 commit b9de22c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ COPY calcite-rs-jni/py_graphql_sql ./py_graphql_sql/

# Build and install required Calcite artifacts
RUN cd calcite && \
chmod +x gradlew && \
./gradlew clean assemble && \
gradle clean assemble && \
mvn install:install-file \
-Dfile=core/build/libs/calcite-core-1.38.0-SNAPSHOT.jar \
-DgroupId=org.apache.calcite \
Expand Down

0 comments on commit b9de22c

Please sign in to comment.