Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/actions/prepare-for-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ runs:
java-version: ${{ inputs.java-version }}
java-package: jdk

- name: Cache gradle-wrapper.jar
if: ${{ fromJSON(inputs.use-cache) }}
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: gradle/wrapper/gradle-wrapper.jar
key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.jar.sha256') }}

# This includes "smart" caching of gradle dependencies.
- name: Set up Gradle
if: ${{ fromJSON(inputs.use-cache) }}
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
.gradle/
build/

# Ignore gradle wrapper jar.
gradle/wrapper/gradle-wrapper.jar

Comment on lines -8 to -10

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is removed from gitignore yet the batch scripts clearly seem to support the presence of gradle wrapper (?). I also wonder how IDEs are going to react to the missing wrapper file...

# IntelliJ IDEA
**/.idea/*
# Do add the icon to git
Expand Down

This file was deleted.

Loading
Loading