Change package name to lowercase instead of snake case
This commit is contained in:
parent
34e053cdb3
commit
17df9befa1
|
@ -3,7 +3,7 @@ plugins {
|
||||||
id("io.papermc.paperweight.userdev") version "1.5.9"
|
id("io.papermc.paperweight.userdev") version "1.5.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "net.fifitido.${REPO_NAME_SNAKE}"
|
group = "net.fifitido.${REPO_NAME_LOWER}"
|
||||||
version = "1.0-SNAPSHOT"
|
version = "1.0-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package net.fifitido.$REPO_NAME_SNAKE
|
package net.fifitido.$REPO_NAME_LOWER
|
||||||
|
|
||||||
import net.kyori.adventure.text.Component
|
import net.kyori.adventure.text.Component
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: ${REPO_NAME}
|
name: ${REPO_NAME}
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
main: net.fifitido.${REPO_NAME_SNAKE}.${REPO_NAME_PASCAL}
|
main: net.fifitido.${REPO_NAME_LOWER}.${REPO_NAME_PASCAL}
|
||||||
description: ${REPO_DESCRIPTION}
|
description: ${REPO_DESCRIPTION}
|
||||||
author: ${REPO_OWNER}
|
author: ${REPO_OWNER}
|
||||||
website: https://git.fifitido.net${REPO_LINK}
|
website: https://git.fifitido.net${REPO_LINK}
|
||||||
|
|
Loading…
Reference in New Issue