fabric-1.18: enable IDE launch config generation
This commit is contained in:
parent
327e510884
commit
bc7405e8f4
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ buildscript {
|
|||
}
|
||||
}
|
||||
apply plugin: 'fabric-loom'
|
||||
loom {
|
||||
runConfigs.configureEach {
|
||||
ideConfigGenerated = true
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_16
|
||||
targetCompatibility = JavaVersion.VERSION_16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue