Skip to content

Commit

Permalink
finish 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 11, 2023
1 parent 9b268c4 commit db9bd2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,4 +23,4 @@ org.gradle.caching=true
baseName = FabricKotlinExtensions

# Dependencies
fabricKotlinVersion=1.10.15+kotlin.1.9.21
fabricKotlinVersion=1.10.16+kotlin.1.9.21
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mavenGroup = net.frozenblock
baseName = KotlinLibraryExtensions

# Dependencies
fabricKotlinVersion=1.10.15+kotlin.1.9.21
fabricKotlinVersion=1.10.16+kotlin.1.9.21

0 comments on commit db9bd2b

Please sign in to comment.