Compare commits
2 commits
9e1bf5fa98
...
bd83b36a35
Author | SHA1 | Date | |
---|---|---|---|
bd83b36a35 | |||
ceb856d656 |
2 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
bld.downloadExtensionJavadoc=false
|
bld.downloadExtensionJavadoc=false
|
||||||
bld.downloadExtensionSources=true
|
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.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.sourceDirectories=
|
||||||
bld.version=1.9.1
|
bld.version=1.9.1
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue