Skip to content

Commit 6313910

Browse files
committed
upgrade jni-access-generator to 1.1.8
the bugfix doesn't affect JavaCAN, but still good to have.
1 parent e39d186 commit 6313910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conventions/src/main/kotlin/tel.schich.javacan.convention.native.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ tasks.test {
189189
}
190190

191191
dependencies {
192-
"tel.schich:jni-access-generator:1.1.7".also {
192+
"tel.schich:jni-access-generator:1.1.8".also {
193193
annotationProcessor(it)
194194
compileOnly(it)
195195
}

0 commit comments

Comments
 (0)