mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Update versioning for FancySitula and adjust Minecraft version in build configuration
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
fancyhologramsVersion=2.4.2
|
fancyhologramsVersion=2.4.2
|
||||||
fancylibVersion=35
|
fancylibVersion=35
|
||||||
|
fancysitulaVersion=0.0.13
|
||||||
jdbVersion=1.0.0
|
jdbVersion=1.0.0
|
||||||
|
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "de.oliver"
|
group = "de.oliver"
|
||||||
version = "0.0.13"
|
version = findProperty("fancysitulaVersion") as String
|
||||||
description = "Simple, lightweight and fast library for minecraft internals"
|
description = "Simple, lightweight and fast library for minecraft internals"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@@ -61,8 +61,8 @@ tasks {
|
|||||||
}
|
}
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("shadow") {
|
create<MavenPublication>("shadow") {
|
||||||
groupId = project.group.toString()
|
groupId = "de.oliver"
|
||||||
version = project.version.toString()
|
version = findProperty("fancysitulaVersion") as String
|
||||||
artifact(shadowJar)
|
artifact(shadowJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
minecraftVersion=1.21.3
|
|
||||||
fancyLoggerVersion=0.0.4
|
|
||||||
@@ -39,8 +39,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion(findProperty("minecraftVersion").toString())
|
minecraftVersion("1.21.4")
|
||||||
// minecraftVersion("1.20.4")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
|||||||
Reference in New Issue
Block a user