Compare commits

...

2 commits

Author SHA1 Message Date
bd83b36a35
Bumped Exec extension to version 1.0.1 2024-06-21 12:16:12 -07:00
ceb856d656
Minor Javadoc cleanup 2024-06-21 12:15:37 -07:00
2 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,7 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-exec:1.0.0
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS
bld.downloadLocation=
bld.extension-exec=com.uwyn.rife2:bld-exec:1.0.1
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS
bld.sourceDirectories=
bld.version=1.9.1

View file

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