mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Update to new structure.
This commit is contained in:
parent
376fa40e10
commit
42cb7ff441
7 changed files with 16 additions and 18 deletions
|
@ -41,7 +41,7 @@ class UpdateKobalt @Inject constructor(val github: GithubApi, val wrapperPropert
|
|||
val latestVersionString = latestVersionFuture.get()
|
||||
val latestVersion = Versions.toLongVersion(latestVersionString)
|
||||
val current = Versions.toLongVersion(Kobalt.version)
|
||||
val distFile = File(KFiles.joinDir(KFiles.distributionsDir, latestVersionString))
|
||||
val distFile = File(KFiles.distributionsDir)
|
||||
if (latestVersion > current) {
|
||||
if (distFile.exists()) {
|
||||
log(1, "**** Version $latestVersionString is installed, you can switch to it with " +
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=0.650
|
||||
kobalt.version=0.661
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue