Fix hammer and crook not working. Closes #62
This commit is contained in:
parent
fbcdf70f12
commit
c744ff2b9a
|
|
@ -36,10 +36,11 @@ runs {
|
||||||
// Include resources generated by data generators.
|
// Include resources generated by data generators.
|
||||||
sourceSets.main.resources { srcDir 'src/generated/resources' }
|
sourceSets.main.resources { srcDir 'src/generated/resources' }
|
||||||
// Exclude KubeJS compat till they update todo remove when KubeJS updates
|
// Exclude KubeJS compat till they update todo remove when KubeJS updates
|
||||||
|
// If IntelliJ ignores this, you have to change Gradle settings to build projects using Gradle instead of IntelliJ
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
java {
|
java {
|
||||||
exclude 'thedarkcolour/exdeorum/compat/kubejs/*'
|
exclude 'thedarkcolour/exdeorum/compat/kubejs/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user