2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 08:37:11 -07:00

Wrapper fix to the default bld properties repositories

This commit is contained in:
Geert Bevin 2023-08-10 23:43:09 -04:00
parent 2ed5b4b388
commit 39f1456d12

View file

@ -165,7 +165,7 @@ public class Wrapper {
bld.downloadExtensionJavadoc=false bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true bld.downloadExtensionSources=true
bld.extensions= bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2 bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
bld.downloadLocation= bld.downloadLocation=
bld.sourceDirectories= bld.sourceDirectories=
bld.version=${version} bld.version=${version}