Skip to content

Commit

Permalink
add spotbugs to build.gradle implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jan 27, 2024
1 parent 3e58147 commit 35ae4ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build Releases
on:
release:
types: [published]
push:
branches:
- 'feature/airgap-on-1.3.2'

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
implementation 'org.bouncycastle:bc-fips:1.0.2.3'
implementation "com.github.spotbugs:spotbugs:4.8.3"
}

// ### Application plugin settings
Expand Down

0 comments on commit 35ae4ee

Please sign in to comment.