diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index fe282a8..8d39fd8 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -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 diff --git a/src/bld/java/com/example/GraalNativeBuild.java b/src/bld/java/com/example/GraalNativeBuild.java index a12619c..990e2c6 100644 --- a/src/bld/java/com/example/GraalNativeBuild.java +++ b/src/bld/java/com/example/GraalNativeBuild.java @@ -15,9 +15,7 @@ import static rife.bld.dependencies.Scope.test; /** * Gradle Native Example Build. * - * + *
{@code ./bld compile jar native-exec }
*/ public class GraalNativeBuild extends Project { public GraalNativeBuild() { @@ -71,4 +69,4 @@ public class GraalNativeBuild extends Project { "hello") .execute(); } -} \ No newline at end of file +}