Skip to content

Commit

Permalink
Downgraded Kotlin.
Browse files Browse the repository at this point in the history
Bumped patch version.
  • Loading branch information
TheOnlyTails committed Mar 31, 2021
1 parent fd30a06 commit a6698e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath(group = "net.minecraftforge.gradle", name = "ForgeGradle", version = "4.1.+")
classpath(group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version = "1.5.0-M2")
classpath(group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version = "1.4.32")
}
}

Expand All @@ -33,7 +33,7 @@ val author: String by extra
plugins {
`java-library`
`maven-publish`
kotlin("jvm") version "1.5.0-M2"
kotlin("jvm") version "1.4.32"
}

apply(plugin = "net.minecraftforge.gradle")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kffVersion=1.11.0
# https://maven.apache.org/guides/mini/guide-naming-conventions.html
package=com.theonlytails
artifact=loottables
modVersion=0.2.7
modVersion=0.2.8
# Misc
author=TheOnlyTails
# Config
Expand Down

0 comments on commit a6698e0

Please sign in to comment.