Skip to content

Commit

Permalink
refactor: move JarAutoUpdater to services/updater package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Jun 29, 2024
1 parent 2b04486 commit c0d9d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sync-script/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.withContext
import preferences.ScriptPreferencesDataSource
import preferences.SystemScriptPreferencesDataSource
import services.updater.JarAutoUpdater
import syncInfo.data.RemoteSyncInfoDataSource
import syncInfo.data.SyncInfoDataSource
import syncInfo.models.SyncInfo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package services.updater

import constants.ProjectInfoConstants
import constants.SyncScriptDotMinecraftFiles
import generated.BuildConfig
Expand Down

0 comments on commit c0d9d4f

Please sign in to comment.