diff --git a/.idea/misc.xml b/.idea/misc.xml index e43bc12..a092c32 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -2,10 +2,6 @@ - - - - diff --git a/.idea/modules.xml b/.idea/modules.xml index 354189b..55adcb9 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ + diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index 95c4633..4066270 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -2,6 +2,6 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.2-SNAPSHOT bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.0-SNAPSHOT -bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES +bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS bld.downloadLocation= bld.version=1.7.0 diff --git a/src/bld/java/net/thauvin/erik/httpstatus/HttpStatusBuild.java b/src/bld/java/net/thauvin/erik/httpstatus/HttpStatusBuild.java index 70be27f..22d0f76 100644 --- a/src/bld/java/net/thauvin/erik/httpstatus/HttpStatusBuild.java +++ b/src/bld/java/net/thauvin/erik/httpstatus/HttpStatusBuild.java @@ -63,7 +63,7 @@ public class HttpStatusBuild extends Project { javaRelease = 17; downloadSources = true; - repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS); + repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS); scope(compile) .include(dependency("jakarta.servlet", "jakarta.servlet-api", version(6, 0, 0)))