File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/kotlin/com/github/zly2006/xbackup Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ object XBackup : ModInitializer {
4343 private val configPath = FabricLoader .getInstance().configDir.resolve(" x-backup.config.json" )
4444 val log = LoggerFactory .getLogger(" XBackup" )!!
4545 const val MOD_VERSION = /* $ mod_version*/ " 0.3.10"
46- const val GIT_COMMIT = /* $ git_commit*/ " b5c84f2 "
47- const val COMMIT_DATE = /* $ commit_date*/ " 2025-02-13T13:10:50 +08:00"
46+ const val GIT_COMMIT = /* $ git_commit*/ " 55b59b8 "
47+ const val COMMIT_DATE = /* $ commit_date*/ " 2025-04-13T15:40:36 +08:00"
4848 var _service : BackupDatabaseService ? = null
4949 val service get() = _service !!
5050 var server: MinecraftServer ? = null
Original file line number Diff line number Diff line change 11plugins {
22 id(" dev.kikugie.stonecutter" )
3- id(" fabric-loom" ) version " 1.9.2 " apply false
3+ id(" fabric-loom" ) version " 1.10.5 " apply false
44
55 kotlin(" jvm" ) version " 2.0.21" apply false
66 kotlin(" plugin.serialization" ) version " 2.0.0" apply false
You can’t perform that action at this time.
0 commit comments