mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 07:11:14 +00:00
Fix spelling in build.gradle.kts
This commit is contained in:
+3
-3
@@ -35,9 +35,9 @@ val versionObj = Version("1", "3", "1", true)
|
|||||||
version = versionObj
|
version = versionObj
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
val geaVersion = "1.14.2"
|
val gaeaVersion = "1.14.2"
|
||||||
compileOnly(name = "Gaea-${geaVersion}", group = "")
|
compileOnly(name = "Gaea-${gaeaVersion}", group = "")
|
||||||
testImplementation(name = "Gaea-${geaVersion}", group = "")
|
testImplementation(name = "Gaea-${gaeaVersion}", group = "")
|
||||||
|
|
||||||
compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT")
|
compileOnly("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT")
|
||||||
compileOnly("org.jetbrains:annotations:20.1.0")
|
compileOnly("org.jetbrains:annotations:20.1.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user