Skip to content

Commit 1de3a26

Browse files
authored
Full stop
1 parent 5525968 commit 1de3a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/deployment/bundling-a-jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Graal Native Image is a way to compile Java code ahead-of-time to create a nativ
2525
enableGraalNative=true
2626
```
2727

28-
You must also have a Graal JDK installed. Please note that there is a higher burden regarding reflection/resource use and it is not expected to work out of the box. For more information take a look at the [official docs](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html)
28+
You must also have a Graal JDK installed. Please note that there is a higher burden regarding reflection/resource use and it is not expected to work out of the box. For more information take a look at the [official docs](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html).
2929

3030
### [Packr](https://github.com/libgdx/packr)
3131
A packaging tool created and maintained by the libGDX team. Take a look at the [repository](https://github.com/libgdx/packr#usage) if you are interested in using it.

0 commit comments

Comments
 (0)