Updated to RIFE2 and bld 1.6.1

This commit is contained in:
Geert Bevin 2023-04-23 20:36:16 -04:00
parent b6a4d7a527
commit 553bc2cf0e
4 changed files with 4 additions and 4 deletions

View file

@ -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.0.jar!/" />
<root url="jar://$USER_HOME$/.rife2/dist/rife2-1.6.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.rife2/dist/rife2-1.6.0-sources.jar!/" />
<root url="jar://$USER_HOME$/.rife2/dist/rife2-1.6.1-sources.jar!/" />
</SOURCES>
<excluded>
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />

Binary file not shown.

View file

@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2
rife2.downloadLocation=
rife2.version=1.6.0
rife2.version=1.6.1

View file

@ -22,7 +22,7 @@ public class AppBuild extends WebProject {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", version(1,6,0)));
.include(dependency("com.uwyn.rife2", "rife2", version(1,6,1)));
scope(test)
.include(dependency("org.jsoup", "jsoup", version(1,15,4)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,2)))