Skip to content

Commit

Permalink
buildscripts: try the ca.cutterslade.analyze plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 11, 2024
1 parent 9c1f1e5 commit 388664d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id 'java-library' // to build JVM libraries
id 'maven-publish' // to publish artifacts to Maven repositories
id 'signing' // to sign artifacts for publication
alias(libs.plugins.analyze) // to report undeclared/unused dependencies
alias(libs.plugins.download) // to retrieve files from URLs
}

Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ junit4 = "junit:junit:4.13.2"

[plugins]

analyze = { id = "ca.cutterslade.analyze", version = "1.9.2" }
download = { id = "de.undercouch.download", version = "5.6.0" }

0 comments on commit 388664d

Please sign in to comment.