Skip to content

Commit

Permalink
Merge pull request #31 from someramsey/patch-1
Browse files Browse the repository at this point in the history
Update build.gradle to "fix the directory management for multi-project workspaces"
  • Loading branch information
Anuken authored Jun 4, 2024
2 parents dc6736d + c0fdc0a commit 450b7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jar{
configurations.runtimeClasspath.collect{ it.isDirectory() ? it : zipTree(it) }
}

from(rootDir){
from(projectDir){
include "mod.hjson"
}

Expand Down

0 comments on commit 450b7d1

Please sign in to comment.