Skip to content

Commit

Permalink
Revert "Set max.workers for Gradle to fit for the selected workspace …
Browse files Browse the repository at this point in the history
…class"

This reverts commit f5c5e26.
  • Loading branch information
meysholdt committed Jun 10, 2024
1 parent ef1e84a commit f7ae258
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
38 changes: 0 additions & 38 deletions chunks/lang-java/99-gradle.sh

This file was deleted.

1 change: 0 additions & 1 deletion chunks/lang-java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ RUN curl -fsSL "https://get.sdkman.io" | bash \
&& echo '[[ -s \"/home/gitpod/.sdkman/bin/sdkman-init.sh\" ]] && source \"/home/gitpod/.sdkman/bin/sdkman-init.sh\"' >> /home/gitpod/.bashrc.d/99-java"
# above, we are adding the sdkman init to .bashrc (executing sdkman-init.sh does that), because one is executed on interactive shells, the other for non-interactive shells (e.g. plugin-host)
ENV GRADLE_USER_HOME=/workspace/.gradle/
COPY --chown=gitpod:gitpod 99-gradle.sh /home/gitpod/.bashrc.d/99-gradle.sh

0 comments on commit f7ae258

Please sign in to comment.