Skip to content

Commit

Permalink
Update pmd-java as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fwendland committed Apr 15, 2024
1 parent 4b2dff2 commit e37900a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codyze-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

// https://mvnrepository.com/artifact/net.sourceforge.pmd/
implementation("net.sourceforge.pmd:pmd-core:7.0.0")
implementation("net.sourceforge.pmd:pmd-java:7.0.0-rc4")
implementation("net.sourceforge.pmd:pmd-java:7.0.0")
}

publishing {
Expand All @@ -38,4 +38,4 @@ publishing {
}
}
}
}
}

0 comments on commit e37900a

Please sign in to comment.