2020-01-10 16:00:21 +00:00
|
|
|
name: 'Gradle Wrapper Validation'
|
|
|
|
description: 'Validates Gradle Wrapper JAR Files'
|
2020-01-05 11:55:59 +00:00
|
|
|
author: 'Gradle'
|
2020-01-10 17:04:36 +00:00
|
|
|
|
2020-01-05 11:04:24 +00:00
|
|
|
inputs:
|
2020-01-10 16:54:22 +00:00
|
|
|
min-wrapper-count:
|
|
|
|
description: 'Minimum expected wrapper JAR files'
|
|
|
|
required: false
|
|
|
|
default: '1'
|
2020-01-05 11:55:59 +00:00
|
|
|
allow-snapshots:
|
|
|
|
description: 'Allow snapshot Gradle versions'
|
|
|
|
required: false
|
|
|
|
default: 'false'
|
2020-01-06 12:36:28 +00:00
|
|
|
allow-checksums:
|
|
|
|
description: 'Allow arbitrary checksums, comma separated'
|
|
|
|
required: false
|
|
|
|
default: ''
|
2020-01-10 17:04:36 +00:00
|
|
|
|
2020-01-05 11:04:24 +00:00
|
|
|
runs:
|
2021-12-21 15:00:26 +00:00
|
|
|
using: 'node16'
|
2020-01-05 11:04:24 +00:00
|
|
|
main: 'dist/index.js'
|
2020-01-10 17:04:36 +00:00
|
|
|
|
|
|
|
branding:
|
|
|
|
icon: 'shield'
|
|
|
|
color: gray-dark
|