Skip to content

Commit

Permalink
Merge pull request #9 from Nerorrlex911/main
Browse files Browse the repository at this point in the history
TLib6.1仓库迁移
  • Loading branch information
Nerorrlex911 authored Mar 30, 2024
2 parents 67a1e01 + 92333f8 commit 77eae41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
`java-library`
`maven-publish`
signing
id("io.izzel.taboolib") version "2.0.7"
id("io.izzel.taboolib") version "2.0.11"
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("org.jetbrains.dokka") version "1.9.20"
id("io.codearte.nexus-staging") version "0.30.0"
Expand Down Expand Up @@ -55,7 +55,7 @@ taboolib {
isSkipKotlinRelocate =true
isSkipKotlin = true
}
taboolib = "6.1.0"
taboolib = "6.1.1-beta17"
}
}

Expand Down
3 changes: 1 addition & 2 deletions src/main/kotlin/com/skillw/attsystem/util/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ object Utils {
now: Boolean = false,
delay: Long = 0,
period: Long = 0,
comment: String? = null,
executor: PlatformExecutor.PlatformTask.() -> Unit,
): PlatformExecutor.PlatformTask {
MinecraftVersion
return submit(now, true, delay, period, comment, executor)
return submit(now, true, delay, period, executor)
}


Expand Down

0 comments on commit 77eae41

Please sign in to comment.