Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Gradle to 8.7 and add versions plugin #557

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add versions plugin for checking for dependency updates
docs: https://github.com/ben-manes/gradle-versions-plugin
usage: ./gradlew dependencyUpdates
  • Loading branch information
lhotari committed Apr 4, 2024
commit 4d97636277246732b26194928f91b5981a68d51c
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ buildscript {
}

plugins {
id "com.github.ben-manes.versions" version "0.51.0"
id "com.github.hierynomus.license" version "0.16.1"
id "java"
id "eclipse"
Expand Down
Loading