reduce unnecessary module lint warnings in workflows

This commit is contained in:
Craig Raw
2026-07-13 19:46:19 +02:00
parent 08b36abb6a
commit fb10ac3aa2
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ env:
ALLOW_ADDITIONAL_ARTIFACT_CHECKSUMS: 'false'
CLEAN_STALE_VERIFICATION_METADATA: 'false'
CACHE_GRADLE_WRAPPER_DISTRIBUTION: 'true'
JDK_JAVAC_OPTIONS: '-Xlint:-module'
concurrency:
group: dependency-verification-${{ github.ref }}

View File

@@ -5,6 +5,9 @@ on: workflow_dispatch
permissions:
contents: read
env:
JDK_JAVAC_OPTIONS: '-Xlint:-module'
jobs:
build:
runs-on: ${{ matrix.os }}