mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-07-22 07:48:26 +00:00
reduce unnecessary module lint warnings in workflows
This commit is contained in:
@@ -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 }}
|
||||
|
||||
3
.github/workflows/package.yaml
vendored
3
.github/workflows/package.yaml
vendored
@@ -5,6 +5,9 @@ on: workflow_dispatch
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
JDK_JAVAC_OPTIONS: '-Xlint:-module'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user