Skip to content

Commit

Permalink
Fixed minor build error (#138)
Browse files Browse the repository at this point in the history
I know it won't get more updates but I believe it should at least be maintained enough so it's build-able out of the box.
  • Loading branch information
tmvkrpxl0 committed Apr 21, 2024
1 parent ebb4648 commit d249b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import com.blamejared.clumps.gradle.Versions

plugins {
java
id("org.spongepowered.gradle.vanilla") version "0.2.1-SNAPSHOT"
id("com.blamejared.clumps.default")
}
Expand All @@ -16,4 +17,4 @@ minecraft {

dependencies {
compileOnly("org.spongepowered:mixin:0.8.5")
}
}

0 comments on commit d249b4d

Please sign in to comment.