Skip to content

Commit

Permalink
Dep updates, fix copy task (@CompassSystem)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Oct 5, 2023
1 parent ab1840c commit 28f192a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ junit = "5.10.0"
koin = "3.5.0"
konf = "1.1.2"
#kord = "0.9.x-SNAPSHOT"
kord = "0.11.0-SNAPSHOT"
kord = "0.11.1"
ksp = "1.9.10-1.0.13"
ktor = "2.3.4"
kx-coro = "1.7.3"
Expand All @@ -24,7 +24,7 @@ logging = "5.1.0"
mongodb = "4.10.2"
pf4j = "3.10.0"
semver = "1.4.2"
sentry = "6.29.0"
sentry = "6.30.0"
slf4j = "2.0.9"
time4j-base = "5.9.3"
time4j-tzdata = "5.0-2023b"
Expand Down
3 changes: 3 additions & 0 deletions plugins/plugin-load-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ dependencies {
}

val copyTestJars = tasks.register<Copy>("copyTestJars") {
dependsOn(project(":plugins:test-plugin-1").tasks.build)
dependsOn(project(":plugins:test-plugin-2").tasks.build)

val matchRegex = Regex("^.*(\\d|-SNAPSHOT)\\.jar\$")

val root = rootProject.rootDir
Expand Down

0 comments on commit 28f192a

Please sign in to comment.