Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Nov 24, 2024
1 parent 910989f commit ebb1930
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 30 deletions.
10 changes: 6 additions & 4 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ plugins {
id("com.gradleup.shadow") version "8.3.5"
}

val minecraftVersion = "1.19.4"

dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")

compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("de.oliver.FancyAnalytics:logger:${findProperty("fancyLoggerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver.FancyAnalytics:logger:0.0.6")

implementation("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
implementation("org.lushplugins:ChatColorHandler:5.1.0")
}

tasks {
Expand Down
11 changes: 5 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ allprojects {
}

dependencies {
compileOnly("io.papermc.paper:paper-api:${findProperty("minecraftVersion")}-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")

implementation(project(":api"))
implementation(project(":implementation_1_21_3"))
Expand All @@ -59,10 +59,10 @@ dependencies {
implementation(project(":implementation_1_20", configuration = "reobf"))
implementation(project(":implementation_1_19_4", configuration = "reobf"))

implementation("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
implementation("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
implementation("de.oliver.FancyAnalytics:api:0.1.6")
implementation("de.oliver.FancyAnalytics:logger:${findProperty("fancyLoggerVersion")}")
implementation("de.oliver.FancyAnalytics:logger:0.0.6")
implementation("org.incendo:cloud-core:2.1.0-SNAPSHOT")
implementation("org.incendo:cloud-paper:2.0.0-SNAPSHOT")
implementation("org.incendo:cloud-annotations:2.1.0-SNAPSHOT")
Expand Down Expand Up @@ -97,8 +97,7 @@ paper {

tasks {
runServer {
minecraftVersion(findProperty("minecraftVersion").toString())
// minecraftVersion("1.19.4")
minecraftVersion("1.21.3")

downloadPlugins {
hangar("ViaVersion", "5.1.1")
Expand Down
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
minecraftVersion=1.21.3
fancyLibVersion=33
fancyLoggerVersion=0.0.6
chatcolorhandlerVersion=5.1.0
4 changes: 2 additions & 2 deletions implementation_1_19_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down
4 changes: 2 additions & 2 deletions implementation_1_20/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down
4 changes: 2 additions & 2 deletions implementation_1_20_1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down
4 changes: 2 additions & 2 deletions implementation_1_20_2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down
4 changes: 2 additions & 2 deletions implementation_1_20_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down
4 changes: 2 additions & 2 deletions implementation_1_20_6/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down
4 changes: 2 additions & 2 deletions implementation_1_21_1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down
4 changes: 2 additions & 2 deletions implementation_1_21_3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("de.oliver:FancyLib:33")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}


Expand Down

0 comments on commit ebb1930

Please sign in to comment.