mirror of
https://github.com/rife2/bld
synced 2026-02-04 01:03:42 +01:00
Updated bld itself to v1.7.0-SNAPSHOT
This commit is contained in:
parent
4110f1dcb9
commit
800db71c97
|
|
@ -2,11 +2,11 @@
|
|||
<library name="bld">
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/lib/bld" />
|
||||
<root url="jar://$USER_HOME$/.rife2/dist/rife2-1.6.3.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.0-SNAPSHOT.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$USER_HOME$/.rife2/dist/rife2-1.6.3-sources.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.0-SNAPSHOT-sources.jar!/" />
|
||||
</SOURCES>
|
||||
<excluded>
|
||||
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -4,5 +4,5 @@ bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.1.0
|
|||
bld.extension-archive=com.uwyn.rife2:bld-archive:0.3.0
|
||||
bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.3.0
|
||||
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
|
||||
rife2.downloadLocation=
|
||||
rife2.version=1.6.3
|
||||
bld.downloadLocation=
|
||||
bld.version=1.7.0-SNAPSHOT
|
||||
|
|
|
|||
|
|
@ -248,6 +248,12 @@ public class BldBuild extends Project {
|
|||
super.publish();
|
||||
}
|
||||
|
||||
public void publishLocal()
|
||||
throws Exception {
|
||||
all();
|
||||
super.publishLocal();
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
throws Exception {
|
||||
new BldBuild().start(args);
|
||||
|
|
|
|||
Loading…
Reference in a new issue