Skip to content

Commit

Permalink
chore: bump kotlin to 2.0.20 and test paper 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Oct 21, 2024
1 parent a4e1cd5 commit 644a649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ kotlin.code.style=official
kotlin.parallel.tasks.in.project=true
pluginVersion=1.4.0
velocityVersion=3.3.0-SNAPSHOT
minecraftMajorVersion=1.21
paperMinecraftVersion=1.21
minecraftMajorVersion=1.21.1
paperMinecraftVersion=1.21.1
#fabricMinecraftVersion=1.21.1
#fabricYarnMappings=1.21.1+build.3
#fabricLoaderVersion=0.16.2
#fabricKotlinLoaderVersion=1.11.0+kotlin.2.0.0
#fabricVersion==0.102.1+1.21.1

#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=7890
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=7890
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Common
kotlinPluginVersion = "2.0.0"
kotlinPluginVersion = "2.0.20"
shadowVersion = "8.3.0"
gsonVersion = "2.10.1"
adventureVersion = "4.17.0"
Expand Down

0 comments on commit 644a649

Please sign in to comment.