Skip to content

Commit b8ae533

Browse files
committed
revert the Maven cache wording and remove cache-hit from setup-and-install-with-gradle as the gradle/actions/setup-gradle plugin, which caches for us, does not have a cache-hit output variable
1 parent 4289ae5 commit b8ae533

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

setup-and-install-with-gradle/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ outputs:
2525
path:
2626
description: 'Path to where the java environment has been installed (same as $JAVA_HOME).'
2727
value: ${{ steps.setup-java.outputs.path }}
28-
cache-hit:
29-
description: 'A boolean value to indicate an exact match was found for the primary key.'
30-
value: ${{ steps.cache.outputs.cache-hit }}
3128

3229
runs:
3330
using: "composite"

setup-and-install-with-maven/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
description: 'Java Distribution'
1414
cache:
1515
default: 'true'
16-
description: 'Enable dependency caching.'
16+
description: 'Enable Maven dependency caching.'
1717
cache-name:
1818
default: 'aboutbits-setup-java'
1919
description: 'Cache name. Caches with the same name will share their contents.'

setup-with-maven/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
description: 'Java Distribution'
1414
cache:
1515
default: 'true'
16-
description: 'Enable dependency caching.'
16+
description: 'Enable Maven dependency caching.'
1717
cache-name:
1818
default: 'aboutbits-setup-java'
1919
description: 'Cache name. Caches with the same name will share their contents.'

0 commit comments

Comments
 (0)