diff --git a/gradle.properties b/gradle.properties index 8f26d95..50f05a6 100755 --- a/gradle.properties +++ b/gradle.properties @@ -12,8 +12,8 @@ org.gradle.caching=true # Get new versions at https://fabricmc.net/develop and https://lambdaurora.dev/tools/import_quilt.html minecraftVersion=1.20.2 quiltMappings=1.20.2+build.3 - parchmentMappings=1.20.1:2023.09.03 - loaderVersion=0.14.24 + parchmentMappings=1.20.2:2023.10.22 + loaderVersion=0.15.1 # Mod Properties modId = fabric_kotlin_extensions @@ -23,4 +23,4 @@ org.gradle.caching=true baseName = FabricKotlinExtensions # Dependencies - fabricKotlinVersion=1.10.15+kotlin.1.9.21 \ No newline at end of file + fabricKotlinVersion=1.10.16+kotlin.1.9.21 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9aaaf60..1af9e09 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 58137b2..5cd83bf 100755 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -30,6 +30,8 @@ repositories { } dependencies { + shadowInclude("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.7.0") + shadowInclude(kotlin("scripting-jvm")) shadowInclude(kotlin("scripting-jvm-host")) shadowInclude(kotlin("scripting-jsr223")) diff --git a/library/gradle.properties b/library/gradle.properties index 23bce37..b3540ba 100755 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -15,4 +15,4 @@ mavenGroup = net.frozenblock baseName = KotlinLibraryExtensions # Dependencies -fabricKotlinVersion=1.10.15+kotlin.1.9.21 \ No newline at end of file +fabricKotlinVersion=1.10.16+kotlin.1.9.21 \ No newline at end of file