Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Awakened-Redstone committed Jul 14, 2022
1 parent bea54c1 commit f505c6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.modrinth.minotaur.dependencies.ModDependency

buildscript {
dependencies {
classpath 'org.kohsuke:github-api:1.306'
Expand Down Expand Up @@ -130,4 +132,7 @@ modrinth {
versionName = projectVersionName
changelog = CHANGELOG ?: "No changelog provided"
uploadFile = remapJar
dependencies = [
new ModDependency("fabric-language-kotlin", "required") //Cube controller
]
}

0 comments on commit f505c6e

Please sign in to comment.