Minor Javadoc cleanup

This commit is contained in:
Erik C. Thauvin 2024-06-21 12:15:37 -07:00
parent 9e1bf5fa98
commit ceb856d656
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -15,9 +15,7 @@ import static rife.bld.dependencies.Scope.test;
/** /**
* Gradle Native Example Build. * Gradle Native Example Build.
* *
* <ul style="list-style-type:none"> * <pre>{@code ./bld compile jar native-exec }</pre>
* <li>{@code ./bld compile jar native-exec}</li>
* </ul>
*/ */
public class GraalNativeBuild extends Project { public class GraalNativeBuild extends Project {
public GraalNativeBuild() { public GraalNativeBuild() {
@ -71,4 +69,4 @@ public class GraalNativeBuild extends Project {
"hello") "hello")
.execute(); .execute();
} }
} }