aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/jdk-renamed-to-jni.md
blob: d1e7f9d46e1acd8613121cf5df8b911c91d0cdca (plain)
1
2
3
4
5
6
## JDK System Dependency Renamed from `jdk` to `jni`

The JDK system dependency is useful for creating native Java modules using the
JNI. Since the purpose is to find the JNI, it has been decided that a better
name is in fact "jni". Use of `dependency('jdk')` should be replaced with
`dependency('jni')`.