Temporary fix for the Maven Central badge

This commit is contained in:
Erik C. Thauvin 2023-03-22 14:34:58 -07:00
parent b554fc7f58
commit a5855e6638
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ plugins {
val rifeVersion by rootProject.extra { "1.5.4" }
group = "com.uwyn.rife2"
version = "1.0.0"
version = "1.0.1-SNAPSHOT"
repositories {
mavenLocal()

View file

@ -288,7 +288,7 @@ public final class RenderUtils {
* Normalizes a String for inclusion in a URL path.
*
* @param src The source String
* @return The normalized String
* @return the normalized String
*/
public static String normalize(String src) {
if (src == null || src.isBlank()) {