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
|
@ -1,7 +1,7 @@
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
[](https://github.com/rife2/rife2-template-renderers/releases/latest)
|
[](https://github.com/rife2/rife2-template-renderers/releases/latest)
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/rife2-renderers)
|
[!](https://central.sonatype.com/artifact/com.uwyn.rife2/rife2-renderers/1.0.0)
|
||||||
[](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/rife2-renderers/)
|
[](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/rife2-renderers/)
|
||||||
[](https://github.com/rife2/rife2-template-renderers/actions/workflows/gradle.yml)
|
[](https://github.com/rife2/rife2-template-renderers/actions/workflows/gradle.yml)
|
||||||
[](https://github.com/rife2/rife2-template-renderers/actions/workflows/gradle.yml)
|
[](https://github.com/rife2/rife2-template-renderers/actions/workflows/gradle.yml)
|
||||||
|
|
|
@ -16,7 +16,7 @@ plugins {
|
||||||
val rifeVersion by rootProject.extra { "1.5.4" }
|
val rifeVersion by rootProject.extra { "1.5.4" }
|
||||||
|
|
||||||
group = "com.uwyn.rife2"
|
group = "com.uwyn.rife2"
|
||||||
version = "1.0.0"
|
version = "1.0.1-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
|
@ -288,7 +288,7 @@ public final class RenderUtils {
|
||||||
* Normalizes a String for inclusion in a URL path.
|
* Normalizes a String for inclusion in a URL path.
|
||||||
*
|
*
|
||||||
* @param src The source String
|
* @param src The source String
|
||||||
* @return The normalized String
|
* @return the normalized String
|
||||||
*/
|
*/
|
||||||
public static String normalize(String src) {
|
public static String normalize(String src) {
|
||||||
if (src == null || src.isBlank()) {
|
if (src == null || src.isBlank()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue