Skip to content

Commit

Permalink
Merge pull request #51 from imashnake0/refresh-version-catalogs
Browse files Browse the repository at this point in the history
Added `refreshVersions`
  • Loading branch information
imashnake0 authored Oct 13, 2022
2 parents d10a926 + cb2ab2c commit 3853ec9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ pluginManagement {
}
}

plugins {
id("de.fayard.refreshVersions") version "0.50.2"
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
Expand Down
8 changes: 8 additions & 0 deletions versions.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.50.2
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
####
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

0 comments on commit 3853ec9

Please sign in to comment.