Skip to content

Commit

Permalink
Update gradle and build.gradle (#8998)
Browse files Browse the repository at this point in the history
* Update gradle and build.gradle

* update gradle wrapper 8.2.1 ->  8.10.2
* remove 'versions' plugin because we don't use it
* update gradle plugins to new versions
  * shadow plugin changed maintainers and coordinates
	com.github.johnrengelman.shadow:8.1.1 -> com.gradleup.shadow:8.3.3
  * git-version 0.5.1 -> 3.1.0
  * sonatype scan 2.6.1 -> 2.8.3
  * download 5.4.0 -> 5.6.0
* use tasks.register() which is the newer style
* add gradle.properties to configure daemon memory

* update several vulnerable dependencies to safer versions
* update htsjdk and picard
* replace deprecated override of ThresholdStream.getStream() -> getOutputStream()
  • Loading branch information
lbergelson authored Oct 18, 2024
1 parent c18f3e2 commit df8e4b7
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 76 deletions.
Loading

0 comments on commit df8e4b7

Please sign in to comment.