Colton Idle
04/24/2023, 5:36 PMjmfayard
04/24/2023, 5:47 PMColton Idle
04/24/2023, 5:50 PMVampire
04/24/2023, 7:06 PMColton Idle
04/24/2023, 7:06 PMVampire
04/24/2023, 7:06 PMColton Idle
04/24/2023, 7:07 PMVampire
04/24/2023, 7:07 PMconditionalRefreshVersions {
// work-around for <https://github.com/jmfayard/refreshVersions/issues/662>
file("build/tmp/refreshVersions").mkdirs()
// work-around for <https://github.com/jmfayard/refreshVersions/issues/640>
versionsPropertiesFile = file("build/tmp/refreshVersions/versions.properties")
}
_
version and thus need the version.properties
.Colton Idle
04/24/2023, 7:13 PMVampire
04/24/2023, 7:14 PMversion.properties
.
If you don't use them (I don't), you can configure away the file.Colton Idle
04/24/2023, 7:15 PMVampire
04/24/2023, 7:16 PMColton Idle
04/24/2023, 7:18 PMCLOVIS
04/24/2023, 7:45 PM.gitignore
the empty version.properties fileVampire
04/24/2023, 7:48 PMYeah, but it still updates all of my build files to use them.Even with
VersionCatalogOnly
?
I didn't use the migration so far.Colton Idle
04/24/2023, 7:54 PMVampire
04/24/2023, 9:00 PM``` Mode.VersionCatalogOnly -> {
"Use the default versions catalog for all the dependencies and their versions, " +
"ignoring built-in dependency notations."
} ```
Colton Idle
04/24/2023, 9:09 PM