diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index b47108d..ccedf2d 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -1,6 +1,6 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true -bld.extensions=com.uwyn.rife2:bld-spring-boot:0.9.6-SNAPSHOT +bld.extensions=com.uwyn.rife2:bld-spring-boot:0.9.6 bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES bld.downloadLocation= bld.sourceDirectories= diff --git a/src/bld/java/sample/htmx/spring/SampleHtmxSpringBuild.java b/src/bld/java/sample/htmx/spring/SampleHtmxSpringBuild.java index dee15b2..8e68972 100644 --- a/src/bld/java/sample/htmx/spring/SampleHtmxSpringBuild.java +++ b/src/bld/java/sample/htmx/spring/SampleHtmxSpringBuild.java @@ -18,7 +18,7 @@ public SampleHtmxSpringBuild() { name = "SampleHtmxSpring"; mainClass = "sample.htmx.spring.SampleHtmxSpringApplication"; version = version(0, 0, 1, "SNAPSHOT"); - + autoDownloadPurge = true; downloadSources = true; repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);