Skip to content

Commit b537354

Browse files
committed
chore: build-logic changes and dep updates
1 parent 9a0b71f commit b537354

12 files changed

+237
-266
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ For testing, a separate [sandbox project](/sandbox) is available with the plugin
7676
$ ./gradlew publishToMavenLocal
7777

7878
# Build the sandbox app using published plugin
79-
$ ./gradlew -p sandbox :build -PjvmArgs=
80-
$ sandbox/build/libs/sandbox-app
79+
$ ./gradlew -p sandbox :build
80+
$ sandbox/build/libs/sandbox
8181

8282
# Run other plugin tasks
8383
$ ./gradlew -p sandbox :dependencyUpdates --no-configuration-cache

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.configuration-cache.problems=warn
88
org.gradle.kotlin.dsl.allWarningsAsErrors=true
99
org.gradle.unsafe.isolated-projects=false
1010
org.gradle.daemon=true
11-
org.gradle.daemon.idletimeout=300000
11+
# org.gradle.daemon.idletimeout=300000
1212
# org.gradle.logging.stacktrace=all
1313

1414
## Kotlin

gradle/libs.versions.toml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.2"
88
kotlin-lang-version = "2.2"
9-
gradle = "8.14"
9+
gradle = "8.14.1"
1010
java-vendor = "Oracle"
1111
java-jvmargs = "--enable-preview"
1212
java-addmodules = "jdk.incubator.vector"
@@ -47,12 +47,12 @@ kotlinx-dataframe = "1.0.0-Beta1"
4747
kotlinx-kandy = "0.8.0"
4848
kotlin-statistics = "0.4.0-RC1"
4949
gradle-kotlin-dsl = "6.1.2"
50-
exoquery-plugin = "2.1.20-1.2.5.PL"
51-
exoquery-sql = "1.2.5.PL-1.2.5"
50+
exoquery-plugin = "2.1.20-1.2.6.PL"
51+
exoquery-sql = "1.2.6.PL-1.2.6"
5252
exposed = "1.0.0-beta-2"
5353
postgresql = "42.7.5"
5454
embedded-postgres = "2.1.0"
55-
embedded-postgres-bom = "17.4.0"
55+
embedded-postgres-bom = "17.5.0"
5656
evas = "1.3.0"
5757
kopy = "0.15.0+2.1.20"
5858
poko = "0.18.7"
@@ -81,14 +81,13 @@ zip-prefixer = "0.3.1"
8181
ajalt-mordant = "3.0.2"
8282
ajalt-clikt = "5.0.3"
8383
ajalt-colormath = "3.6.1"
84-
jline = "3.30.2"
84+
jline = "3.30.3"
8585
classgraph = "4.8.179"
8686
cache4k = "0.14.0"
8787
intellij-coverage = "1.0.766"
8888
intellij-markdown = "0.7.3"
8989
jgit = "7.2.1.202505142326-r"
9090
jte = "3.2.1"
91-
jimfs = "1.3.0"
9291
sshj = "0.39.0"
9392
jsch = "2.27.0"
9493
pty4j = "0.13.4"
@@ -99,7 +98,7 @@ koin-annotations = "2.0.1-RC1"
9998
metro = "0.3.2"
10099
kotest = "6.0.0.M4"
101100
mockk = "1.14.2"
102-
mokkery = "2.7.2"
101+
mokkery = "2.8.0"
103102
wiremock = "4.0.0-beta.9"
104103
wiremock-kotlin = "2.1.1"
105104
okhttp = "5.0.0-alpha.14"
@@ -188,12 +187,15 @@ langchain4j = "1.0.1"
188187
langchain4j-kotlin = "0.2.0"
189188
jlama = "0.8.4"
190189
mcp-kotlin = "0.5.1"
190+
koog = "0.1.0"
191191
mcp4k = "0.4.0"
192192
dflib = "2.0.0-M2"
193193
ldaptive = "2.4.1"
194194
chicory = "1.3.0"
195195
weh-bindings = "0.5"
196196
wasm2class = "0.3"
197+
zerofs = "0.0.1"
198+
quickjs4j = "0.0.4"
197199
log4k = "0.50.0"
198200
rwmutex = "1.0.0"
199201
bluesky-ozone = "0.3.3"
@@ -443,7 +445,6 @@ expiringmap = { module = "net.jodah:expiringmap"
443445
password4j = { module = "com.password4j:password4j" , version.ref = "password4j"}
444446
otp-java = { module = "com.github.bastiaanjansen:otp-java" , version.ref = "otp"}
445447
cel = { module = "dev.cel:cel" , version.ref = "cel"}
446-
jimfs = { module = "com.google.jimfs:jimfs" , version.ref = "jimfs" }
447448
tomlj = { module = "org.tomlj:tomlj" , version.ref = "tomlj" }
448449
bytesize = { module = "me.saket.bytesize:bytesize" , version.ref = "bytesize" }
449450
zip-prefixer = { module = "net.e175.klaus:zip-prefixer" , version.ref = "zip-prefixer" }
@@ -652,6 +653,7 @@ weh-chasm-wasip1 = { module = "at.released.weh:bindings-chas
652653
weh-chasm-emscripten = { module = "at.released.weh:bindings-chasm-emscripten" , version.ref = "weh-bindings" }
653654
weh-chicory-wasip1 = { module = "at.released.weh:bindings-chicory-wasip1" , version.ref = "weh-bindings" }
654655
weh-chicory-emscripten = { module = "at.released.weh:bindings-chicory-emscripten" , version.ref = "weh-bindings" }
656+
zerofs = { module = "io.roastedroot:zerofs" , version.ref = "zerofs" }
655657

656658
# AI/ML
657659
langchain4j = { module = "dev.langchain4j:langchain4j" , version.ref = "langchain4j" }
@@ -662,6 +664,9 @@ jlama-core = { module = "com.github.tjake:jlama-core"
662664
jlama-native = { module = "com.github.tjake:jlama-native" , version.ref = "jlama" }
663665
dflib = { module = "org.dflib:dflib" , version.ref = "dflib" }
664666
mcp-kotlin = { module = "io.modelcontextprotocol:kotlin-sdk" , version.ref = "mcp-kotlin"}
667+
koog-agents = { module = "ai.koog:koog-agents" , version.ref = "koog"}
668+
669+
# Social
665670
ozone-bluesky = { module = "sh.christian.ozone:bluesky" , version.ref = "bluesky-ozone"}
666671
ozone-jetstream = { module = "sh.christian.ozone:jetstream" , version.ref = "bluesky-ozone"}
667672

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

plugins/project/src/main/kotlin/common/Multiplatform.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fun KotlinMultiplatformExtension.jvmTarget(project: Project) =
9090

9191
mainRun {
9292
mainClass = libs.versions.app.mainclass
93-
setArgs(jvmRunArgs)
93+
setArgs(runJvmArgs)
9494
}
9595

9696
// val test by testRuns.existing
@@ -101,7 +101,7 @@ fun KotlinMultiplatformExtension.jvmTarget(project: Project) =
101101
binaries {
102102
executable {
103103
mainClass = libs.versions.app.mainclass
104-
applicationDefaultJvmArgs = jvmRunArgs
104+
applicationDefaultJvmArgs = runJvmArgs
105105
applicationDistribution.duplicatesStrategy = DuplicatesStrategy.INCLUDE
106106
}
107107
}

0 commit comments

Comments
 (0)