Fix spelling in build.gradle.kts

This commit is contained in:
dfsek
2020-11-14 15:57:36 -07:00
parent 63e01cf0ea
commit 132c0c3d60

View File

@@ -35,9 +35,9 @@ val versionObj = Version("1", "3", "1", true)
version = versionObj
dependencies {
val geaVersion = "1.14.2"
compileOnly(name = "Gaea-${geaVersion}", group = "")
testImplementation(name = "Gaea-${geaVersion}", group = "")
val gaeaVersion = "1.14.2"
compileOnly(name = "Gaea-${gaeaVersion}", group = "")
testImplementation(name = "Gaea-${gaeaVersion}", group = "")
compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:20.1.0")