Skip to content

Commit

Permalink
fix detekt, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed May 25, 2024
1 parent 42c7746 commit 1c4742b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dependencies {
implementation(klibs.klibs.kdi)
implementation(klibs.klibs.kdi)
implementation(libs.minecraft.astralibs.command)
// klibs
implementation(klibs.klibs.mikro.core)
// Kotlin
implementation(libs.bundles.kotlin)
// Driver
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ configurations {
}
}

val processResources = project.tasks.withType<org.gradle.language.jvm.tasks.ProcessResources>() {
val processResources = project.tasks.withType<org.gradle.language.jvm.tasks.ProcessResources> {
filteringCharset = "UTF-8"
duplicatesStrategy = DuplicatesStrategy.INCLUDE

Expand Down
4 changes: 2 additions & 2 deletions gradle/klibs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
# klibs
klibs-gradleplugin = "1.0.0-alpha01" # https://github.com/makeevrserg/gradle-plugin
klibs-gradleplugin = "1.0.0-alpha03" # https://github.com/makeevrserg/gradle-plugin
klibs-kstorage = "1.3.0" # https://github.com/makeevrserg/klibs.kstorage
klibs-mikro = "1.6.0-beta" # https://github.com/makeevrserg/klibs.mikro
klibs-mikro = "1.7.0" # https://github.com/makeevrserg/klibs.mikro
klibs-kdi = "1.3.2" # https://github.com/makeevrserg/klibs.kdi

[libraries]
Expand Down
6 changes: 3 additions & 3 deletions velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation(projects.modules.buildKonfig)
}

setupVelocityProcessor()
setupSpigotShadow(File("D:\\Minecraft Servers\\Servers\\esmp-configuration\\velocity\\plugins")) {
setupVelocityProcessor()
setupSpigotShadow(File("D:\\Minecraft Servers\\Servers\\esmp-configuration\\velocity\\plugins")) {
archiveBaseName.set("${requireProjectInfo.name}-velocity")
}
}

0 comments on commit 1c4742b

Please sign in to comment.