Add a final new line to the common and forge buildscripts

This commit is contained in:
Username404 2021-10-26 23:29:27 +02:00
parent e73c92266a
commit 21c9f5df1e
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ dependencies {
implementation("me.shedaniel.cloth:cloth-config:${rootProject.property("clothconfig_version")}")
}
tasks.getByName("shrinkJar").enabled = false
tasks.getByName("shrinkJar").enabled = false

View File

@ -22,4 +22,4 @@ dependencies {
}
}
}
}
}