Temporary fix for the Maven Central badge
This commit is contained in:
parent
b554fc7f58
commit
a5855e6638
3 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue